Make sure you have Java and Maven installed. Also, install the Heroku CLI for deployment.
$ git clone https://github.com/techied/concourse-notes.git
$ cd concourse-notes
$ mvn install
$ heroku local:start
Concourse should now be running on localhost:5000.
We use a database, so ensure you EXPORT
the testing deployment database:
DATABASE_URL=postgres://localhost:5432/java_database_name
(this is just a demo, not an actual DB)
$ git push heroku master
$ heroku open
For more information, ask on Discord