From 3829d32390b3b950c5599a190157e08744ee7702 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 26 Jul 2017 09:22:34 -0700 Subject: [PATCH] Update UbuntuInstallation.md --- doc/UbuntuInstallation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/UbuntuInstallation.md b/doc/UbuntuInstallation.md index 72de7618..03314074 100644 --- a/doc/UbuntuInstallation.md +++ b/doc/UbuntuInstallation.md @@ -81,7 +81,8 @@ now we can use rake to create, load the schema into, and load db/seeds.rb into the postgres database: rake db:create - rake db:setup + rake db:schema:load + rake db:seed Open a new terminal, navigate to the metamaps directory, and execute the server: