Created
April 18, 2014 07:05
-
-
Save dprabu17/11028565 to your computer and use it in GitHub Desktop.
Heroku
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
Heroku | |
install | |
https://toolbelt.heroku.com/ | |
heroku create | |
heroku run rake assets:clean | |
heroku run rake assets:precompile | |
git push heroku master | |
git push heroku branch:master | |
heroku apps:rename rails3-deployments | |
$ git remote -v | |
http://rails3-deployments.herokuapp.com/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment