From 46c9e47b7f0bac6eeff53d110f8d76b8d317fe04 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 20 Oct 2014 13:33:07 -0400 Subject: [PATCH] Update UbuntuInstallation.md --- UbuntuInstallation.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 77b14757..1f142c32 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -1,12 +1,3 @@ -If you are doing an upgrade and or recent pull for changes you will need to change your default ruby package from 2.1.1 to ruby 2.1.2 -to do this use this command - rvm install ruby-2.1.2 -once the download is finished select that package as your default - rvm default ruby-2.1.2 -then - bundle install -now you are good to go with normal execution - Firstly this walkthrough is done with a 14.04 32bit install of Ubuntu. All commands that I could are terminal based. @@ -59,9 +50,9 @@ now there is a couple other things we are going to need which is nodejs, postgre sudo apt-get install redis-server -Install the specific version of ruby needed this will take some time *Note you will get a warning about this being an outdated version* +Install the specific version of ruby needed this will take some time - rvm install ruby-1.9.3-p125 + rvm install ruby-2.1.3 Now we also need to rename your database file which is in ./config/database.default.yml to database.yml