Jumpstart your Play! Framework 2.1 Java project, by checking out my project scaffold from GitHub: https://github.com/poornerd/playstartjava
Demo running @cloudbees : http://playstartjava.poornerd.cloudbees.net/
The Project Includes:
- SecureSocial Play Framework Module – http://securesocial.ws/
- Twitter Bootstrap – http://twitter.github.com/bootstrap
- Deployment to Cloudbees (Free Developer deployments) – http://developer.cloudbees.com/bin/view/RUN/Playframework
- Webjars for client-side dependencies http://www.webjars.org/
- Play! Framework 2.1 project with EBean
Follow the instructions on the Cloudbees link after you signup and install the Cloudbees SDK and then just do this to deploy:
play cloudbees-deploy
Thanks to @jaliss for all his help with SecureSocial, and @_JamesWard for adding some libs to WebJars for me!