Skip to content
Guillaume Bort edited this page Nov 1, 2011 · 21 revisions

Using the Play 2.0 console

Launching the console

The Play 2.0 console is a development console based on sbt that allow to manage the complete development cycle of a Play application.

To launche the console, enter any existing application directory and launch the play script:

$ cd /path/to/any/application
$ play 

Clone this wiki locally