Skip to content

Instantly share code, notes, and snippets.

@exKAZUu
Last active August 29, 2015 13:56
Show Gist options
  • Save exKAZUu/8861743 to your computer and use it in GitHub Desktop.
Save exKAZUu/8861743 to your computer and use it in GitHub Desktop.
Deploy Ruby on Rail 4 on Heroku
rbenv install 2.0.0-p353
rbenv global 2.0.0-p353
rbenv rehash
gem install rails
rbenv rehash
ssh-keygen -t rsa # To generate a public key
heroku keys:add
git clone git@heroku.com:xxxxx.git -o heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment