Update UbuntuInstallation.md
This commit is contained in:
parent
b4f4aefed0
commit
46c9e47b7f
1 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue