Update MacInstallation.md
This commit is contained in:
parent
12fc0c71f6
commit
9783a5ee1e
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ Copy the .example-env file and rename it to .env. Then modify the DB_USERNAME an
|
||||||
Now use rake to create and set up the database
|
Now use rake to create and set up the database
|
||||||
|
|
||||||
rake db:create
|
rake db:create
|
||||||
rake db:setup
|
rake db:schema:load
|
||||||
|
rake db:seed
|
||||||
|
|
||||||
To start the rails server:
|
To start the rails server:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue