Created
May 27, 2012 10:32
-
-
Save metakeule/2803223 to your computer and use it in GitHub Desktop.
clone an heroku app on a linux machine
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
# install git | |
# setup your global git config | |
# then generate a public key with ssh-keygen | |
# setup and install your ruby and gems | |
gem install foreman | |
gem install heroku | |
heroku login | |
heroku keys:add | |
git clone [email protected]:your-app.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment