Created
April 25, 2012 07:09
-
-
Save baoshan/2487637 to your computer and use it in GitHub Desktop.
Install Ruby on CentOS
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
yum install -y gcc | |
yum install -y git | |
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) | |
source /etc/profile.d/rvm.sh | |
yum install -y python-devel | |
rvm pkg install zlib | |
rvm install 1.9.3 | |
gem install bundler | |
yum install -y libicu-devel | |
git clone git://github.com/baoshan/linguist_http.git | |
cd linguist_http | |
bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment