Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Deploying NoTime

li-o edited this page Jun 14, 2012 · 8 revisions

There are several ways to deploy NoTime.

Heroku

$ 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')

More

Check Play's documentation about deploying Play 2 applications.

Clone this wiki locally