Skip to content

Instantly share code, notes, and snippets.

View WellingtonCF's full-sized avatar

Wellington Faria WellingtonCF

View GitHub Profile
@erickpereira
erickpereira / gist:9811256
Last active August 29, 2015 13:57
Instalação do RVM + Ruby + Rails no Ubuntu (14.10) / Debian ....
# Instalação RVM + Ruby + Rails no Ubuntu (testado no 13.10)
sudo apt-get install build-essential git-core
# instalar o RVM
wget -c https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
chmod +x rvm-installer
./rvm-installer