From 3efd60b0fe66d212ba2b88e269142c75d67a4319 Mon Sep 17 00:00:00 2001 From: Connoropolous Date: Wed, 30 Apr 2014 21:11:47 -0400 Subject: [PATCH] Update README.rdoc --- README.rdoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 30170f19..fee9d7ea 100644 --- a/README.rdoc +++ b/README.rdoc @@ -15,7 +15,7 @@ Now you're in the main directory. Setting up the database: 1) Copy database.yml.default to database.yml - - 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:schema:load @@ -35,6 +35,9 @@ password: toolsplusconsciousness OR create a new account at /users/sign_up, and use access code 'qwertyui' +Start mapping and programming! + + ==Installing on Ubuntu I had a lot of trouble installing on Ubuntu