Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

FaridSafi/heroku-buildpack-ghostscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for Ghostscript

Currently installs Ghostscript 9.52 on Heroku Cedar.

Install

$ cd /path/to/your-app
$ heroku buildpacks:add https://github.com/jpaas/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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%