An unofficial Heroku-ready Thumbor install with WebP support.
Just press this button:
Or, follow these steps:
- Clone repo
heroku create
heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi
heroku config:set THUMBOR_SECURITY_KEY=123456
(you should probably choose a better key)git push heroku master
(the first deploy will take about 10 minutes)- Done!
OpenCV isn't included in this installation because of Heroku's compiled slug size limits, so Thumbor's smart cropping isn't supported at this time.