Update UbuntuInstallation.md

This commit is contained in:
Connor Turland 2017-07-26 09:22:34 -07:00 committed by GitHub
parent 9783a5ee1e
commit 3829d32390

View file

@ -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: