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

Creating a new application

Once the Play is correctly installed, you can create a new application.

Create a new application with the play script.

The easiest way to create a new application is to use the play new command.

$ play new myFirstApp

It will ask a few question:

  • The application name (just for information, this name will be used later in several messages).
  • The template to use for this new application.

Note that choosing a template

Clone this wiki locally