Adding simple guide to run puppeteer on Heroku (#1199)

* Adding simple guide to run puppeteer on Heroku

* Update troubleshooting.md

* Update troubleshooting.md
This commit is contained in:
Tim 2017-10-30 17:14:27 -04:00 committed by Eric Bidelman
parent 3bf18f26a2
commit 23382df0d0

View File

@ -160,3 +160,5 @@ The url for the buildpack is https://github.com/jontewks/puppeteer-heroku-buildp
When you click add buildpack, simply paste that url into the input, and click save. On the next deploy, your app will also install the dependencies that Puppeteer needs to run.
If you need to render Chinese, Japanese, or Korean characters you may need to use a buildpack with additional font files like https://github.com/CoffeeAndCode/puppeteer-heroku-buildpack
There's also another [simple guide](https://timleland.com/headless-chrome-on-heroku/) from @timleland that includes a sample project: https://timleland.com/headless-chrome-on-heroku/.