Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Loklak_heroku_ant_buildpack | 1,020 | 7 years ago | Shell | |||||||
heroku buildpack for Apache Ant to run Loklak | ||||||||||
Loklak_bluemix_ant_buildpack | 1,015 | 7 years ago | 1 | Shell | ||||||
bluemix buildpack for Apache Ant to run Loklak | ||||||||||
Php | 25 | a day ago | 14 | apache-2.0 | Go | |||||
A Cloud Native Buildpack for PHP | ||||||||||
Buildpack Php | 13 | 7 years ago | 6 | apache-2.0 | Shell | |||||
cloudControl PHP buildpack | ||||||||||
Apache Tomcat | 13 | 16 days ago | 22 | December 03, 2021 | 2 | apache-2.0 | Go | |||
A Cloud Native Buildpack that contributes Apache Tomcat and Process Types for WARs | ||||||||||
Heroku Buildpack Apache | 9 | 7 years ago | 1 | ApacheConf | ||||||
Custom Heroku buildpack for serving sites with Apache | ||||||||||
Httpd | 6 | 5 hours ago | 12 | apache-2.0 | Go | |||||
Heroku Symfony2 Buildpack | 4 | 11 years ago | 1 | Shell | ||||||
Heroku Buildpack Livecode | 4 | 10 years ago | Shell | |||||||
A buildpack for deploying Apache + LiveCode Server on Heroku | ||||||||||
Heroku Buildpack Php Gruntjs | 4 | 10 years ago | 1 | mit | Shell | |||||
PHP+Apache Buildpack for Heroku, using NodeJS to run Grunt during slug compilation. |
This is a Heroku buildpack made specifically for the Loklak server. Forked from dennisg/heroku-buildpack-ant (Thanks!) It uses Apache Ant 1.9.7 to build your application and OpenJDK 1.8 (currently) to run it.
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 dennisg/heroku-buildpack-ant
In your project directory:
git clone https://github.com/loklak/loklak_server.git
heroku create
heroku buildpacks:set https://github.com/loklak/heroku_buildpack_ant_loklak.git
git push heroku master
heroku logs --tail
heroku open
.