From 1ec9dc20e4f4cebc1fc6a638c3e75c806c7b9da0 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 25 Jul 2017 17:07:46 -0700 Subject: [PATCH] Update MacInstallation.md --- doc/MacInstallation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/MacInstallation.md b/doc/MacInstallation.md index 296918c7..44f67ad9 100644 --- a/doc/MacInstallation.md +++ b/doc/MacInstallation.md @@ -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: