faph / heroku-buildpack-LilyPond

LilyPond buildpack for Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku Buildpack: LilyPond

Use LilyPond-Buildpack if you need Heroku to execute the LilyPond application.

Usage

NOTE: There must be a .ly file in the root directory of the app to trigger the LilyPond installation.


$> heroku create myapp_name -s cedar
$> heroku config:add BUILDPACK_URL=https://github.com/rzil/heroku-buildpack-LilyPond.git

create your app, see test-app for an example

$> git push heroku master


-----> Heroku receiving push
-----> Fetching custom git buildpack... done
-----> LilyPond app detected
-----> makefile found
gcc -o greesc1 greesc1.c
-----> Compilation done
-----> Discovering process types
Procfile declares types -> (none)
-----> Compiled slug size: 4K
-----> Launching... done, v9

About

LilyPond buildpack for Heroku


Languages

Language:Shell 100.0%