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

kissaten/java-overlay-test

Repository files navigation

heroku-java-sample

A barebones Java app, which can easily be deployed to Heroku. This supports the new Getting Started with Ruby on Heroku tutorial.

Running Locally

Make sure you have Ruby installed. Also, install the Heroku Toolbelt.

$ git clone https://github.com/heroku/java-getting-started.git
$ cd java-getting-started
$ mvn install
$ foreman start web

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published