Skip to content

Instantly share code, notes, and snippets.

@alexandrerocco
Created August 5, 2013 21:16
Show Gist options
  • Save alexandrerocco/6159683 to your computer and use it in GitHub Desktop.
Save alexandrerocco/6159683 to your computer and use it in GitHub Desktop.
Install redmon on CentOS via rvm
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