Skip to content

Instantly share code, notes, and snippets.

@abracu
Created May 22, 2015 03:10
Show Gist options
  • Save abracu/a43f57443a2b013003e3 to your computer and use it in GitHub Desktop.
Save abracu/a43f57443a2b013003e3 to your computer and use it in GitHub Desktop.
-Instalacion
1- sudo apt-get update
2- gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
4- sudo apt-get install curl
5- \curl -L https://get.rvm.io | bash -s stable --ruby
6- source ~/.rvm/scripts/rvm
7- gem install rubygems-update
8- update_rubygems
9- gem install rails
10- sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment