Community contributed extensions

Jelastic Deployment support in Play Framework

Usage

Create your application with Jelastic support:

play new appname --with=jelastic

You can also add Jelastic support for an existing application by editing dependancies.yaml:

- play -> jelastic 0.1

Deployment

To deploy to Jelastic run

play jelastic:deploy appname --l your login --p your password \
	--c your context name
	--e your environment name
	--a your api hoster provider

To publish to Jelastic project

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
# play jelastic:publish