Example simple Node on Heroku
- Install Heroku Toolbelt
$ heroku login
$ heroku keys:add
to add your ssh key$ npm install
$ foreman start
to run locally (foreman from Heroku Toolbelt)$ heroku create
$ git push heroku master
- Check to see what's going on at Heroku
$ heroku ps
- See the logs
$ heroku logs