Jelastic Deployment Support [jelastic] module
This module is for the Play 1.x series only.
This module helps you remotely deploy your Play! application in to Jelastic Platform.
To deploy to Jelastic :
play jelastic:deploy [app name] \
--l [your login] \
--p [your password] \
--c [your context name] \
--e [your environment name] \
--a [your api hoster provider]
To publish to Jelastic :
play jelastic:publish [appname] \
--l [your login] \
--p [your password] \
--a [your api hoster provider]
To make it easier to deploy, those fields can be put in the projects application.conf file
jelastic.api.login= your login
jelastic.api.password= your password
jelastic.api.context= your context name
jelastic.api.environment= your environment name
jelastic.api.apihoster= your api hoster provider
play jelastic:deploy
or
play jelastic:publish
https://github.com/Fameing/play-jelastic
Written by Igor Yova.
Published releases
0.2 | Mar 10 2012 | Documentation | Try Play |
0.1 | Feb 29 2012 | Documentation | Try Play |
To install locally this module use the install
command:
play install jelastic-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> jelastic {version}