Make sure you have Play and sbt installed. Also, install the Heroku Toolbelt.
$ sbt compile stage
$ foreman start web
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
Make sure you have Play and sbt installed. Also, install the Heroku Toolbelt.
$ sbt compile stage
$ foreman start web
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open