Community contributed extensions

CloudFoundry [cloudfoundry] module

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

In CloudFoundry, when a database resource is linked to an application, the credentials are put in an environment variable. This module automatically reads this variable and configures the Play database.

https://github.com/bcourtine/play--cloudfondry

Written by BenoƮt Courtine.

Published releases

0.5 May 05 2012 Documentation Try Play
0.4 Nov 06 2011 Documentation Try Play
0.3 Sep 07 2011 Documentation Try Play
0.2 Sep 07 2011 Documentation Try Play
0.1 Sep 07 2011 Documentation Try Play

To install locally this module use the install command:

play install cloudfoundry-{version}

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

require:
        - play -> cloudfoundry {version}