Skip to content

Instantly share code, notes, and snippets.

@baoshan
Created April 25, 2012 07:09
Show Gist options
  • Save baoshan/2487637 to your computer and use it in GitHub Desktop.
Save baoshan/2487637 to your computer and use it in GitHub Desktop.
Install Ruby on CentOS
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