Created
April 12, 2011 19:43
-
-
Save joecannatti/916232 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) | |
[[ -s /Users/joecannatti/.rvm/scripts/rvm ]] && source /Users/joecannatti/.rvm/scripts/rvmif [[ -s $HOME/.rvm/scripts/rvm ]] ; then source $HOME/.rvm/scripts/rvm ; fi | |
rvm package install zlib | |
//other | |
rvm install 1.9.2-head | |
rvm use --default 1.9.2-head | |
sudo gem install libzlib-ruby | |
sudo apt-get install libxslt-dev | |
sudo apt-get install libxslt-ruby | |
sudo apt-get install libsqlite3-dev | |
rvm gem install rails | |
//rvm | |
rvm install package iconv | |
rvm install package libz | |
rvm install package openssl | |
rvm install package readline | |
rvm install package autoconf | |
rvm install 1.9.2-head --with-readline-dir=$rvm_path/usr --with-iconv-dir=$rvm_path/usr --with-zlib-dir=$rvm_path/usr --with-openssl-dir=$HOME/.rvm/usr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment