Skip to content

PolymathVentures/heroku-buildpack-foreverjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for Forever JS support

This buildpack will install forever js (https://github.com/foreverjs/forever) globally (with npm install -g), and install node and npm if needed.

Usage

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
...

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

If you contribute, you will be mentioned here :)

About

A Heroku Buildpack for using forever js (https://github.com/foreverjs/forever)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages