Heroku [heroku] module
This module is for the Play 1.x series only.
This module makes it easy to deploy Play applications on Heroku.
https://github.com/jamesward/play-heroku
Written by James Ward.
Published releases
0.3 | Apr 24 2012 | Documentation | Try Play |
0.2 | Jan 29 2012 | Documentation | Try Play |
To install locally this module use the install
command:
play install heroku-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> heroku {version}