Update MacInstallation.md

This commit is contained in:
Connor Turland 2017-07-26 09:22:06 -07:00 committed by GitHub
parent 12fc0c71f6
commit 9783a5ee1e

View file

@ -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
rake db:create
rake db:setup
rake db:schema:load
rake db:seed
To start the rails server: