Created
August 5, 2013 21:16
-
-
Save alexandrerocco/6159683 to your computer and use it in GitHub Desktop.
Install redmon on CentOS via rvm
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
sudo -s | |
curl -L get.rvm.io | bash -s stable | |
source /etc/profile.d/rvm.sh | |
rvm requirements | |
rvm install 1.9.3 | |
rvm use 1.9.3 --default | |
# ruby -v | |
# should be ruby 1.9.3 | |
rvm rubygems current | |
# gem -v | |
# should be 2.0.5 | |
gem install redmon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment