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

Latest commit

 

History

History
31 lines (20 loc) · 815 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 815 Bytes

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: