Skip to content

Instantly share code, notes, and snippets.

@metakeule
Created May 27, 2012 10:32
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 metakeule/2803223 to your computer and use it in GitHub Desktop.
Save metakeule/2803223 to your computer and use it in GitHub Desktop.
clone an heroku app on a linux machine
# 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 git@heroku.com:your-app.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment