From f0650bb16fce347b018e3578ae3ea713a2ec3aa1 Mon Sep 17 00:00:00 2001 From: Bashar Jabbour Date: Sun, 21 Sep 2014 19:19:19 -0400 Subject: [PATCH] Update MacInstallation.md --- MacInstallation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MacInstallation.md b/MacInstallation.md index d954c7bb..a6e47436 100644 --- a/MacInstallation.md +++ b/MacInstallation.md @@ -1,4 +1,5 @@ install homebrew + \curl -sSL https://get.rvm.io | bash -s stable --rails rvm install 1.9.3 --with-gcc=clang @@ -28,13 +29,12 @@ copy the database.yml.default file and rename it database.yml make sure the username and password match the POSTGRES username and password you set - http://nodejs.org/ hit install, download, open, install - rake db:create rake db:schema:load rake db:fixtures:load rails s + ( to start the server)