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
|
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:create
|
||||||
rake db:schema:load
|
rake db:setup
|
||||||
rake db:seed
|
|
||||||
|
To start the rails server:
|
||||||
|
|
||||||
rails server
|
rails server
|
||||||
|
|
||||||
To start the realtime server:
|
To start the realtime server:
|
||||||
|
|
Loading…
Add table
Reference in a new issue