loklak/loklak_heroku_ant_buildpack

Name: loklak_heroku_ant_buildpack

Owner: loklak

Description: heroku buildpack for Apache Ant to run Loklak

Created: 2016-05-21 07:01:23.0

Updated: 2018-05-25 06:02:20.0

Pushed: 2017-01-02 05:36:56.0

Homepage: null

Size: 98

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Heroku buildpack for Loklak: Java (with Apache Ant)

This is a Heroku buildpack made specifically for the Loklak server. Forked from https://github.com/dennisg/heroku-buildpack-ant (Thanks!) It uses Apache Ant 1.9.7 to build your application and OpenJDK 1.8 (currently) to run it.

Usage

This buildpack is meant to be used in conjuction with Loklak server only. If you want to run any other application with Ant on Heroku, check out https://github.com/dennisg/heroku-buildpack-ant

In your project directory:

  1. Clone the Loklak server (if not already) : git clone https://github.com/loklak/loklak_server.git
  2. Create a heroku app: heroku create
  3. Set the buildpack: heroku buildpacks:set https://github.com/loklak/heroku_buildpack_ant_loklak.git
  4. Push your app to heroku: git push heroku master
  5. Confirm the loklak server is running: heroku logs --tail
  6. Open the URL of your server in your browser: heroku open.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.