anbangx / salesforce-hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-getting-started

A barebones Java app, which can easily be deployed to Heroku.

This application support the Getting Started with Java on Heroku article - check it out.

Running Locally

Make sure you have Java and Maven 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 Java on Heroku, see these Dev Center articles:

repository-78

About

License:MIT License


Languages

Language:Java 57.5%Language:Shell 41.1%Language:Groovy 1.4%