Skip to content

flybyray/play1

This branch is 360 commits behind playframework/play1:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2017
Feb 28, 2018
Jul 3, 2017
Sep 18, 2017
Jul 3, 2017
Nov 22, 2017
Aug 21, 2014
May 24, 2017
Jul 3, 2017
Jan 27, 2011
Feb 6, 2017
Apr 27, 2015
Mar 14, 2011

Repository files navigation

Welcome to Play framework

Join the chat at https://gitter.im/playframework/play1

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 https://www.playframework.com website.

Getting started

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

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

2. Add the play script to your PATH:

export PATH=$PATH:/opt/play

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.

Learn More

Licence

Play framework is distributed under Apache 2 licence.

Packages

No packages published

Languages

  • Python 65.6%
  • Java 17.5%
  • JavaScript 9.9%
  • HTML 3.0%
  • C 2.0%
  • C++ 1.6%
  • Other 0.4%