Works with Play 2.3 and Activator : http://www.playframework.com/
Note : now works with small OpenShift gears, the build script will use no more than 512MB by default.
In OpenShift, choose a downloaded cartridge, with the following URL : http://cartreflect-claytondev.rhcloud.com/reflect?github=pat2man/openshift-cartridge-play2
Note that it takes about 5 minutes to create the application since it will download the activator from typesafe and the initial build of the sample application takes a few minutes, depending on the load of the server.
rhc app create playtest http://cartreflect-claytondev.rhcloud.com/reflect\?github\=pat2man/openshift-cartridge-play2 --no-git -s
This will create a play application but it will not deploy any code. To deploy your app take a look at this deploy script:
https://gist.github.com/pat2man/870f3ae1c86f0b11f300
You need to have installed Play on your development workstation.
Simply launch activator run
from your invite, and browse to http://localhost:9000/ to see the welcome page.