From 9b2e4d7130038b37a19feecc08766adeb2d84f64 Mon Sep 17 00:00:00 2001 From: Connoropolous Date: Wed, 30 Apr 2014 20:44:54 -0400 Subject: [PATCH] Update README.rdoc --- README.rdoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 0fc2f684..593f60c1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -20,14 +20,16 @@ Setting up the database: - Then you'll need to figure out how to configure it to work with Postgresql (which you need to install - try Herokuapp's exe or app) 2) In a terminal: $ rake db:create - $ rake db:migrate + $ rake db:schema:load $ rake db:fixtures:load Running the server: $rails s #runs the server $ - $rails c #gives you an interactive console + $rails c #gives you an interactive console + +Navigate your browser to localhost:3000 once you have the server running ==Installing on Ubuntu