Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 524 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 524 Bytes

Heroku Buildpack for Ghostscript

Currently installs Ghostscript 9.54.0 on Heroku.

Install

# Use heroku-buildpack-multi
$ cd /path/to/your-app
$ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git

# Create a .buildpacks file with including ghostscript
$ cd /path/to/your-app
$ cat .buildpacks
https://github.com/heroku/heroku-buildpack-ruby.git
https://github.com/bvirlet/heroku-buildpack-ghostscript.git

# Push changes to deploy
$ git push