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: