Skip to content

apuokenas/gradle-getting-started

 
 

Repository files navigation

gradle-getting-started

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

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

Running Locally

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

$ git clone https://github.com/heroku/gradle-getting-started.git
$ cd gradle-getting-started
$ ./gradlew stage
$ heroku local web

Your app should now be running on localhost:5000.

If you're going to use a database, ensure you have a local .env file that reads something like this:

DATABASE_URL=postgres://localhost:5432/gradle_database_name

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.6%
  • Java 31.5%
  • CSS 5.9%