mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #2377 from derwiki/master
Add `db:create` before `db:migrate` in advanced docs
This commit is contained in:
commit
8e6843ea24
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Note: If you are developing on a Mac, you will probably want to look at [these i
|
|||
## Before you start Rails
|
||||
|
||||
1. `bundle install`
|
||||
2. `bundle exec rake db:migrate db:test:prepare db:seed_fu`
|
||||
2. `bundle exec rake db:create db:migrate db:test:prepare db:seed_fu`
|
||||
4. Try running the specs: `bundle exec rake autospec`
|
||||
5. `bundle exec rails server`
|
||||
|
||||
|
|
Loading…
Reference in a new issue