Skip to content

yukiisbored/heroku_buildpack_gradle_loklak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack for Loklak: Java (uses Gradle)

This is a Heroku buildpack made specifically for the Loklak server. Forked from https://github.com/loklak/heroku_buildpack_gradle_loklak (Thanks!) It uses the Gradle wrapper to build Loklak server and OpenJDK 1.8 (currently) to run it.

Usage

This buildpack is meant to be used in conjuction with Loklak server only.

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.

About

heroku buildpack for Gradle to run Loklak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%