Wednesday, December 11, 2013

Play Framework - Set Up Twitter Bootstrap

http://richardstudynotes.blogspot.com/2013/01/play-framework-and-scala-work-with.html

From many readings, Twitter’s Bootstrap provides good starting point for web programming. I would like to use it with Play Framework, which will provide a very versatile web application stack. I happen to find this video and this tutorial in YouTube, which makes it very simple to setup the workspace.

Note: put offline := true in plugins.sbt and then build it  with command below.
> play dist
The generated zip file contains a shell script (or batch file) to let your run it from command line.

Some Cloud platforms (such as CloudBee) support Play natively, so you can just deploy the generated zip file without using a WAR. Please refer to http://developer.cloudbees.com/bin/view/RUN/Playframework  

No comments: