Skip to content

rakushoo/heroku-buildpack-LilyPond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 

Repository files navigation

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.


Step 1: Heroku Dashboard -> -> Settings -> Buildpacks の Add buildpack にリポジトリを追加
Step 2: コマンドラインから環境変数を追加
$> heroku config:add BUILDPACK_URL=https://github.com/rakushoo/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%