Skip to content

Instantly share code, notes, and snippets.

@tato469
Created October 23, 2013 09:15
Show Gist options
  • Select an option

  • Save tato469/7115273 to your computer and use it in GitHub Desktop.

Select an option

Save tato469/7115273 to your computer and use it in GitHub Desktop.
copy paste version how install rails: http://blog.fernandovalle.es/instalacion-de-rails/
sudo apt-get update
sudo apt-get install curl
\curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install ruby
rvm use ruby --default
rvm rubygems current
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment