A timesheet application written in Java using the Play 2 framework. Currently running on version 2.0.1.
- Install Play 2, version 2.0.1 (http://www.playframework.org/documentation/2.0.1/Installing)
- Checkout this repository and launch the Play 2 development console:
$ play
More information about the Play console: http://www.playframework.org/documentation/2.0.1/PlayConsole
(Note: the password for the dummy accounts is 'secret')
- Create a Heroku account and install the client (https://devcenter.heroku.com/articles/quickstart)
- Checkout this repository
- Login to Heroku from the command line:
$ heroku login
- Create a new Heroku application using the 'cedar' stack:
$ heroku create -s cedar
- Push repository to Heroku
$ git push heroku master
- Open the application
$ heroku open
(Note: By default you can login with username admin and password admin)
Report issues at https://github.com/lunatech-labs/lunatech-notime/issues.