heroku-buildpack-ghostscript

by phbernard

README.md

Heroku Buildpack for Ghostscript (full version)

Currently installs Ghostscript 9.22 on Heroku Cedar. This buildpack takes the binary available at https://www.ghostscript.com/download/gsdnld.html

Install

$ cd /path/to/your-app
$ heroku buildpacks:add https://github.com/phbernard/heroku-buildpack-ghostscript.git

# Push changes to deploy
$ git push

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/phbernard/heroku-buildpack-ghostscript.git

For existing applications:

$ heroku buildpacks:set https://github.com/phbernard/heroku-buildpack-ghostscript.git -a YOUR_APP_NAME