Community contributed extensions

openshift [openshift] module

This module is for the Play 1.x series only.

Openshift is Red Hat’s free, auto-scaling, cloud-based platform-as-a-service for Java, Perl, PHP, Python, and Ruby applications. With this module, you’ll be able to easily deploy and manage your play applications on Red Hat’s cloud platform, with just a couple of keystrokes from the command line.

https://github.com/opensas/openshift

Written by Sebastián Scarano @develsas.

Published releases

0.2.0-RC1 Mar 26 2012 Documentation Try Play
0.1.2 Mar 08 2012 Documentation Try Play
0.1.1 Mar 06 2012 Documentation Try Play

To install locally this module use the install command:

play install openshift-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> openshift {version}