Created
November 21, 2012 11:52
-
-
Save corlen/4124516 to your computer and use it in GitHub Desktop.
Install on ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you must have "curl" installed :sudo apt-get install curl | |
Go To this link RVM | |
Copy the command in the quick install box and Paste it in your command prompt | |
Type echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc | |
Type ~/.bashrc | |
Type the following code: sudo apt-get install build-essential libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion | |
Type: rvm install 1.9.3-p0 | |
Type: rvm use 1.9.3-p0 | |
Type: gem install rails | |
Have fun :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment