-
-
Save taylor/1172702 to your computer and use it in GitHub Desktop.
Adhearsion QuickStart for RedHat Enterprise Linux/CentOS 5
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-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