Skip to content

Instantly share code, notes, and snippets.

@taylor
Forked from bklang/adhearsion-rhel5.sh
Created August 26, 2011 04:32
Show Gist options
  • Save taylor/1172702 to your computer and use it in GitHub Desktop.
Save taylor/1172702 to your computer and use it in GitHub Desktop.
Adhearsion QuickStart for RedHat Enterprise Linux/CentOS 5
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-latest )
source /usr/local/rvm/scripts/rvm
echo "source /usr/local/rvm/scripts/rvm" >> $HOME/.profile
yum install -y bash curl gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel iconv-devel
rvm install 1.9.2
rvm use --default 1.9.2
gem install bundler
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