jsullivanlive / heroku-buildpack-ghostscript

Ghostscript for Heroku Cedar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku Buildpack for Ghostscript

Currently installs Ghostscript 9.20 on Heroku Cedar.

Install

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

# Push changes to deploy
$ git push

# This version of ghostscript will end up deployed at /app/vendor/gs/bin/gs
# So you may want to set an environment variable to let your app know where it is. e.g.
$ heroku config:set GS_PATH=/app/vendor/gs/bin/gs

About

Ghostscript for Heroku Cedar


Languages

Language:Shell 100.0%