forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
wsargent edited this page Aug 6, 2012
·
1 revision
Play comes with documentation built into the framework, so even if you are not online you can access documentation and the API locally.
To access the local documentation, start your application by typing
play run
Then go to the special URL /@documentation -- if your server was started on port 9000, this would be http://localhost:9000/@documentation.
- Deploying your application
- Creating a standalone version of your application
- Additional configuration
- Deploying to Heroku
- Deploying to Cloud Foundry
- Deploying to dotCloud
- Set-up a front-end HTTP server
- Installing Play 2.0
- Creating a new application
- Anatomy of a Play 2.0 application
- Using the Play 2.0 console
- Setting-up your preferred IDE
- Sample applications