Community contributed extensions

cargo [cargo] module

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

This module helps you remotely deploy your Play! application.

The first version (0.1) only supports Tomcat, but 0.2 is coming soon
and will add jboss and glassfish supports.

https://github.com/dgouyette/play-cargo

Written by Damien Gouyette.

Published releases

0.1 Sep 04 2011 Documentation Try Play

To install locally this module use the install command:

play install cargo-{version}

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

require:
        - play -> cargo {version}