Skip to content

Instantly share code, notes, and snippets.

@brianyang
Created December 18, 2011 15:14
Show Gist options
  • Save brianyang/1493669 to your computer and use it in GitHub Desktop.
Save brianyang/1493669 to your computer and use it in GitHub Desktop.
deploy an app on nodester & heroku
# deploy on nodester
nodester app create bysoft
nodester app init bysoft
# app deployed on bysoft.nodester.com
# deploy on heroku (incl package.json)
heroku login
heroku create bysoft --stack cedar
# app deployed on bysoft.herokuapp.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment