Skip to content

Instantly share code, notes, and snippets.

@Theby
Created January 15, 2014 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Theby/8443712 to your computer and use it in GitHub Desktop.
Save Theby/8443712 to your computer and use it in GitHub Desktop.
Instalando Heroku Toolbelt en Ubuntu 10.04
sudo apt-add-repository 'deb http://toolbelt.herokuapp.com/ubuntu ./'
curl https://toolbelt.herokuapp.com/apt/release.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install heroku-toolbelt
sudo apt-get install ruby libopenssl-ruby ruby1.8-dev
sudo apt-get install libreadline-ruby
//Y luego para comprobar que ha funcionado escribimos el comando
heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment