Git Product home page Git Product logo

playmanager's Introduction

Welcome to Play! Manager!

Play! Manager is a Web-Application (based on the Java Play! Framework) for managing Play! Applications, similar to the Tomcat-Manager, but instead of deploying a .war File you deploy your zipped Play! Application. You can start, stop, deploy and redeploy your Application. Addionally you can access the log file (system.out) and the current status (play status) of your Application.

For me, deploying Play Application is a lot easier now. Instead of zipping, uploading via FTP, unpacking, stopping the old Application, copying the new Application and restarting the new Application, I just upload the .zip file.

Settings

You have to configure the following settings in /conf/application.conf in order to get Play! Manager up and running:

app.playpath=PATH TO PLAY (e.g. D:\\play\\play.bat)
app.appsdirectory=PATH TO YOUR PLAY APPLICATIONS (e.g. D:\\play-apps\\)
app.appstempdirectory=PATH TO A TEMP FOLDER (e.g. D:\\play-apps\\tmp\\)

The Application has a HTTP-Basic-Authentication, with the following default values:

Username: play
Password: manager

It is highly recommend to change those values, which you find find also in the /conf/application.conf.

Installation

  • Download the latest version of Play! Manager
  • Unpack
  • Run play id and set id to prod
  • Run play start to start Play! Manager (Make sure that the Terminal you start Play! Manager has administrative rights!)

Play! Manager is now running at http://127.0.0.1:10000

See the Play manual on how to set Play in a more productive environment, like Setting up a frontal HTTP server

Requirements

Currently Play! Manager only works on Windows. It is tested on Windows 7 (64-bit) and Windows Server 2008.

Stuff

flattr Play! Manager

svenkubiak // play (german)

playmanager's People

Contributors

mbarbieri avatar svenkubiak avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.