Skip to content

kingbuzzman/play

This branch is 228 commits ahead of, 1943 commits behind playframework/play1:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d04765f · Jun 2, 2011
Jun 2, 2011
Jun 1, 2011
May 21, 2011
May 4, 2011
Apr 4, 2011
May 12, 2011
Jun 1, 2011
Feb 3, 2011
Apr 18, 2011
May 5, 2011
Apr 3, 2011
May 10, 2011
Mar 14, 2011

Repository files navigation

Welcome to Play framework

Play framework makes it easier to build Web applications with Java. It is a clean alternative to bloated Enterprise Java stacks. It focuses on developer productivity and targets RESTful architectures. Play is a perfect companion to agile software development.

Learn more on the http://www.playframework.org website.

Getting started

1. Install the latest version of Play framework and unzip it anywhere you want:

unzip play-1.2.zip -d /opt/play-1.2

2. Add the play script to your PATH:

export PATH=$PATH:/opt/play-1.2

3. Create a new Play application:

play new /opt/myFirstApp

4. Run the created application:

play run /opt/myFirstApp

5. Go to localhost:9000/ and you’ll see the welcome page.

6. Start developing your new application:

Get the source

Fork the project source code on Github:

git clone git://github.com/playframework/play.git

The project history is pretty big. You can pull only a shallow clone by specifying the number of commits you want with —depth:

 git clone git://github.com/playframework/play.git --depth 10

Reporting bugs

Please report bugs on our lighthouse tracker.

Licence

Play framework is distributed under Apache 2 licence.

Packages

No packages published

Languages

  • Python 77.1%
  • Java 15.6%
  • JavaScript 6.3%
  • C 0.7%
  • C++ 0.3%
  • Scala 0.0%