Skip to content

Instantly share code, notes, and snippets.

View miguelperez's full-sized avatar
🏠
Working from home

Miguel miguelperez

🏠
Working from home
View GitHub Profile
@miguelperez
miguelperez / Ubuntu 10.04 setup
Created May 26, 2011 02:42
Setting an Ubuntu 10.04 server for RoR
Ubuntu 10.04
-- install ruby dependencies
sudo apt-get install curl build-essential git-core zlib1g-dev libssl-dev libreadline5-dev libcurl4-openssl-dev
sudo apt-get update
sudo apt-get upgrade
-- install RVM
sudo bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)