This buildpack will install forever js (https://github.com/foreverjs/forever) globally (with npm install -g), and install node and npm if needed.
Creating a new Heroku instance from an Ember CLI application's parent directory:
$ heroku create --buildpack https://github.com/PolymathVentures/heroku-buildpack-foreverjs
$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
...
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
If you contribute, you will be mentioned here :)