Skip to content

Instantly share code, notes, and snippets.

@pawitk
pawitk / ROR110313
Created March 11, 2013 17:07
CentOS6 + Ruby2 + RoR4 + Passenger + Nginx - 11/03/13
sudo yum update -y
sudo yum upgrade -y
sudo yum groupinstall "Development Tools"
curl -L get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh # or the path that is given by your rvm
rvm requirements run force
rvm install 2.0.0 --default