Update MacInstallation.md
This commit is contained in:
parent
1af4728073
commit
1ec9dc20e4
1 changed files with 6 additions and 2 deletions
|
@ -35,9 +35,13 @@ Change directory to the metamaps git repository, and run:
|
|||
|
||||
Copy the .example-env file and rename it to .env. Then modify the DB_USERNAME and DB_PASSWORD values to match the postgres username and password you set
|
||||
|
||||
Now use rake to create and set up the database
|
||||
|
||||
rake db:create
|
||||
rake db:schema:load
|
||||
rake db:seed
|
||||
rake db:setup
|
||||
|
||||
To start the rails server:
|
||||
|
||||
rails server
|
||||
|
||||
To start the realtime server:
|
||||
|
|
Loading…
Reference in a new issue