Skip to content

Instantly share code, notes, and snippets.

@novalagung
Created November 6, 2012 23:10
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 novalagung/4028328 to your computer and use it in GitHub Desktop.
Save novalagung/4028328 to your computer and use it in GitHub Desktop.
blog noval agung - rails heroku tutorial 3
cd /Sites/hellorails2
gem install bundler
bundle install
git init
git add .
git commit -m "initial upload to heroku hosting"
heroku apps:rename hellorails2 --app pacific-savannah-6218
/** change this as your app name*/
gem install heroku
set RDOCOPT="--encoding=UTF-8"
gem install heroku
git push heroku master
heroku ps:scale web=1
heroku ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment