Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
/ play-jelastic Public archive

This module makes it easy to deploy Play applications on Jelastic.

Notifications You must be signed in to change notification settings

Fameing/play-jelastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This module makes it easy to deploy Play applications on Jelastic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published