Andrey Lushnikov
1b8769d09e
docs(troubleshooting): launching Chromium on Windows ( #4235 )
...
Fixes #3186 .
2019-04-02 19:59:17 -07:00
Neil Halelamien
695b30a425
docs(troubleshooting): fix docker example ( #3743 )
...
* removing libgconf-2-4 install since no longer needed according to https://bugs.chromium.org/p/chromium/issues/detail?id=795759#c7
* wget is already included in `node:8-slim` image, so removed lines related to install/cleanup
* node 8 has EOL this year, so incremented to node:10-slim
* use "docker run --init" if available (available in docker-engine >= 1.13.0)
* make dumb-init optional
* combine permission changes and 'npm install' of puppeteer into same line to reduce image size by few hundred MB
* overall image size reduction: 1.21GB -> 865MB
2019-04-02 19:30:23 -07:00
Andrey Lushnikov
0adffcc2cb
docs: add table-of-contents to troubleshooting ( #4234 )
...
Drive-by: teach our table-of-contents generator to ignore comments
inside fenced blocks and to de-linkify titles.
2019-04-02 19:08:22 -07:00
Alex Sergeyev
26d6e91fd5
docs(troubleshooting.md): Update Alpine example ( #4203 )
...
* Refresh documentation for building on Alpine.
* Add ttf-freefont@edge dependency
Without ttf-freefont chrome can't render subscript (CO₂)
2019-03-25 16:33:36 -07:00
Fabio Picheli
28bab53bf6
docs(troubleshooting.md): Add missing depencies ( #4182 )
...
https://github.com/GoogleChrome/puppeteer/issues/3019#issuecomment-417227105
2019-03-19 10:42:44 -07:00
Alix Axel
26abcda668
docs(troubleshooting): updated Lambda resources ( #4140 )
...
- removed deprecated Kikobeats/aws-lambda-chrome
- added outdated info to adieuadieu/serverless-chrome (last updated 6 months ago)
2019-03-12 14:41:33 -07:00
Sergii Tkachenko
82bef70212
docs(troubleshooting.md): Update running on Alpine example ( #3708 )
...
Makes Running on Alpine up to date:
- Chrome is now available in LTS Node 10
- Chrome version is updated to the latest alpine `@edge`, 71
- Corresponding Puppeteer is updated to v1.9.0
- `harfbuzz` is now required by dynamic linking
2019-01-09 17:23:49 -08:00
Shivam Kumar Jha
8613e871fc
docs(troubleshooting.md): Update troubleshooting.md ( #3606 )
...
The proposal adds a drop-down list in a similar fashion as Dependencies list since it feels a little weird to have list for a continuing detail as I assume that all the three options belong to the same level of information.
2018-12-05 13:43:36 -08:00
WillGibson
68afb3cdec
docs(troubleshooting): Update docs about copying file for setuid sandbox ( #3608 )
...
Very small change in light of operational experience while getting it running on Centos in Jenkins pipeline.
Without the `-p`, the permissions set in the `chmod` before this command are not carried over chrome cannot start.
2018-12-05 13:39:18 -08:00
Alix Axel
a04100c235
docs(troubleshooting): added link to alixaxel/chrome-aws-lambda ( #3576 )
...
I've been maintaining and compiling the latest version of Chromium for AWS Lambda.
Would be great to have it included in the docs.
2018-11-20 16:03:07 -08:00
Andrey Lushnikov
766a9516b0
docs(troubleshooting): update on sandboxing ( #3531 )
2018-11-13 15:31:13 -08:00
Darcy Parker
10a4c8c123
docs(troubleshooting): modern linux sandboxing
...
Add a note about enabling `kernel.unprivileged_userns_clone` to support modern sandboxing on linux.
2018-11-12 14:38:39 -08:00
Sebastián Gurin
fae441cd42
docs(troubleshooting): add workarounds for code transpilation ( #3399 )
...
References #1665
2018-10-25 11:26:55 -07:00
Mikhail Shustov
a04dedcaf8
docs(troubleshooting.md): run non-headless on CI ( #3353 )
...
Fixes #3303 .
2018-10-09 14:25:55 -07:00
a-sync
395c50624c
docs(troubleshooting): add libatk-bridge2.0-0 to ubuntu dependencies ( #3096 )
2018-08-16 14:46:59 -07:00
Steren
735e17e223
docs(troubleshooting): Add instructions to run on App Engine and Cloud Functions ( #3021 )
2018-08-07 13:22:49 -07:00
Paul Shibanov
fd5d95bd99
docs(troubleshooting): update Chromium package supported on Alpine ( #2997 )
2018-07-31 15:07:59 -07:00
Matej Plavevski
de82b87cfa
docs(documentation) capitalize and end sentences ( #2537 )
2018-05-16 14:55:27 -07:00
Paul Shibanov
9ae64f237c
docs(troubleshooting): newest Chromium package supported on Alpine ( #2453 )
2018-04-26 08:37:10 -07:00
Matt Gaunt
a052b9e774
docs(troubleshooting): Adding Travis CI mention ( #2334 )
2018-04-09 14:34:46 -07:00
Kiko Beats
885c93a927
docs(troubleshooting): Add AWS Lambda solution ( #2003 )
2018-02-13 13:47:06 -08:00
Drew Diamantoukos
b275e66594
chore: Spelling and Markdown Consistency ( #1998 )
...
- Adding missing language tags to markdown code blocks.
- Fixed various spelling mistakes my IDE complained to me about.
2018-02-08 22:59:46 -05:00
Eric Bidelman
1716a748aa
docs(troubleshooting): add aws lambda resources ( #1926 )
2018-01-31 15:31:31 -08:00
Thibault Lenclos
4886d038d5
docs: fix typo in troubleshooting.md ( #1909 )
2018-01-26 23:00:18 -08:00
JoelEinbinder
f2b6016354
chore: switch to npm from yarn ( #1878 )
...
This patch:
- migrates CI to use NPM
- drops lockfiles (`yarn.lock`). Lockfiles are ignored by package
managers when the package is installed as a dependency, so this makes CI closer to the
installation our clients run.
2018-01-22 17:11:10 -08:00
Glenn Vandamme
62597bf897
docs(troubleshooting): Add fonts to docker example to support major charsets ( #1842 )
...
Fixes #1824 .
2018-01-19 00:43:00 -08:00
Vse Mozhet Byt
2bf42fd779
docs(troubleshooting): fix a link ( #1845 )
...
It seems without the full URL this link is not rendered correctly.
2018-01-18 21:20:16 -08:00
Eric Bidelman
49d3799e32
docs(troubleshooting): add docker alpine example ( #1836 )
...
Fixes #1835 , fixes #379
2018-01-17 22:01:31 -08:00
Eric Bidelman
891a5539bd
docs(troubleshooting): add note on using ldd to find missing deps ( #1780 )
2018-01-11 12:20:57 -08:00
Eric Bidelman
32a7fd5f37
docs(troubleshooting): add note on --disable-dev-shm-usage for Docker ( #1603 )
2018-01-04 13:52:13 -08:00
Eric Bidelman
1684104dc3
docs(troubleshooting.md): add missing temp missing shared lib ( #1628 )
...
Fixes #1627 .
2017-12-19 16:11:55 -08:00
Andy() {/** ... */}
7075c4cd4f
docs(troubleshooting): fix typo ( #1327 )
...
This patch fixes typo from `6MB` to `64MB`
2017-11-09 10:26:49 -08:00
Eric Bidelman
9de34499ef
Additional Docker tips ( #1235 )
...
* block-images - use news.google.com
Address insecure content errors as seen on https://github.com/ebidel/try-puppeteer/issues/7 .
* docs(troubleshooting.md): addition Docker tips
Fixes #809
* add dumb-init
2017-11-07 10:27:02 -08:00
Tim
23382df0d0
Adding simple guide to run puppeteer on Heroku ( #1199 )
...
* Adding simple guide to run puppeteer on Heroku
* Update troubleshooting.md
* Update troubleshooting.md
2017-10-30 14:14:27 -07:00
Jonathan Knapp
9e39f5f8a6
docs(troubleshooting): Add new buildpack url that adds additional fonts ( #1161 )
...
The jontewks buildpack worked great for running Chrome headless, but it did not include support for Chinese characters and the PDF rendering I was attempting was not usable. This fix brings in a few custom fonts to allow PDF generation to utilize the fonts.
The idea came from https://github.com/dscout/wkhtmltopdf-buildpack/pull/14/files
2017-10-26 14:57:58 -07:00
Eric Bidelman
c2b3fe91ed
Remove --no-sandbox from Docker example ( #838 )
...
* Remove --no-sandbox from Docker example
* Update troubleshooting.md
2017-09-21 09:18:35 -07:00
Jon Tewksbury
9779085b7c
Add info about deploying puppeteer to Heroku ( #762 )
2017-09-12 09:54:30 -07:00
Eric Bidelman
8d2a427eee
Docker example ( #721 )
2017-09-08 15:25:43 -07:00
Andrey Lushnikov
da85b4466e
[docs] Add CentOS troubleshooting notes ( #579 )
2017-08-28 10:21:54 -07:00
Andrey Lushnikov
6fcf3d9148
Fix grammar in troubleshooting.md
2017-08-20 19:56:04 -07:00
Andrey Lushnikov
fcb8ab9cd7
Add troubleshooting.md ( #428 )
...
This patch adds troubleshooting.md and starts referring to it if puppeteer
fails to launch chromium.
2017-08-20 19:46:13 -07:00