# play-1.4.1 **Repository Path**: crazycode/play-1.4.1 ## Basic Information - **Project Name**: play-1.4.1 - **Description**: play-1.4.1 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-01-08 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README h1. Welcome to Play framework !https://travis-ci.org/playframework/play1.svg?branch=1.3.x!:https://travis-ci.org/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":https://www.playframework.com website. h2. Getting started 1. Install the latest version of Play framework and unzip it anywhere you want: bc. unzip play-1.3.0-RC1.zip -d /opt/play-1.3.0-RC1 2. Add the **play** script to your PATH: bc. export PATH=$PATH:/opt/play-1.3.0-RC1 3. Create a new Play application: bc. play new /opt/myFirstApp 4. Run the created application: bc. play run /opt/myFirstApp 5. Go to "localhost:9000/":http://localhost:9000 and you’ll see the welcome page. 6. Start developing your new application: * "Your first application — the ‘Hello World’ tutorial":https://www.playframework.com/documentation/1.3.0-RC1/firstapp * "Tutorial — Play guide, a real world app step-by-step":https://www.playframework.com/documentation/1.3.0-RC1/guide1 * "The essential documentation":https://www.playframework.com/documentation/1.3.0-RC1/home * "Java API":https://www.playframework.com/@api/index.html h2. Get the source Fork the project source code on "Github":http://github.com/playframework/play: bc. 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**: bc. git clone git://github.com/playframework/play.git --depth 10 h2. Reporting bugs Please report bugs on "our lighthouse tracker":http://play.lighthouseapp.com/projects/57987-play-framework. h2. Learn More * "www.playframework.com":https://www.playframework.com * "Download":https://www.playframework.com/download * "Install":https://www.playframework.com/documentation/1.3.x/install * "Create a new application":https://www.playframework.com/documentation/1.3.x/guide1 * "Build from source":https://www.playframework.com/documentation/1.3.x/install#build * "Modules":https://www.playframework.com/modules * "Search or create issues":http://play.lighthouseapp.com/projects/57987-play-framework * "Get help":http://stackoverflow.com/questions/tagged/playframework * "Code of Conduct":https://www.playframework.com/conduct * "Contribute":https://github.com/playframework/play1/wiki/Contributor-guide * "Play contributor guidelines":https://www.playframework.com/contributing h2. Licence Play framework is distributed under "Apache 2 licence":http://www.apache.org/licenses/LICENSE-2.0.html.