Skip to content

Instantly share code, notes, and snippets.

View codemoran's full-sized avatar

Code Moran codemoran

  • Seattle, WA
View GitHub Profile
#Steps to install RVM + Ruby 1.9.2 + Rails + nginx + Passenger on CentOS (tested on v5.5)
# Install git and curl, if not already installed
sudo yum install git
sudo yum install curl
# Create the rvm group and add any users who will be using rvm to the group
sudo su -
groupadd rvm