Created
January 15, 2014 20:17
-
-
Save Theby/8443712 to your computer and use it in GitHub Desktop.
Instalando Heroku Toolbelt en Ubuntu 10.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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