Skip to content

MikeKoval/heroku-buildpack-graphicsmagick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-graphicsmagick

Use the GraphicsMagick (1.3.36) inside Heroku. Works with heroku-20.

Usage

Requires heroku-buildpack-apt

Insert these buildpacks before the main buildpack for your application: Make sure the apt buildpack is included before this buildpack.

heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-apt
heroku buildpacks:add --index 2 https://github.com/bogini/heroku-buildpack-graphicsmagick

Include these at the beginning of your Aptfile

debhelper
g++
gsfonts
libbz2-dev
libexif-dev
libfreetype6-dev
libice-dev
libjbig-dev
libjpeg-dev
liblcms2-dev
libltdl-dev
libpng-dev
libsm-dev
libtiff-dev
libwebp-dev
libwmf-dev
libx11-dev
libxext-dev
libxml2-dev
perl
sharutils
transfig
x11proto-core-dev
zlib1g-dev

The next time you push your application it should install graphicsmagick before your application buildpack.

For more info see Using multiple buildpacks for an app

About

Run GraphicsMagick on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%