Skip to content

Instantly share code, notes, and snippets.

@bklang
Created February 25, 2011 15:35
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save bklang/843946 to your computer and use it in GitHub Desktop.
Save bklang/843946 to your computer and use it in GitHub Desktop.
Adhearsion QuickStart for RedHat Enterprise Linux/CentOS 5
bash < <( curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
source /etc/profile.d/rvm.sh
yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel
rvm install 1.9.3
rvm use --default 1.9.3
gem install --no-rdoc --no-ri adhearsion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment