From a0fbee38bb0fbaa8400aa4ae61531ef8956f5960 Mon Sep 17 00:00:00 2001 From: Pavel Stratil Date: Tue, 26 Nov 2019 23:59:31 +0000 Subject: [PATCH] add spider stub --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b17be82b..347668c9 100644 --- a/README.md +++ b/README.md @@ -94,4 +94,14 @@ Usage: * Translate the text and save the file. * Run `php glued/Core/Bin/parse-twig.php` -Credit for the initial translation implementation goes to https://github.com/odan/slim4-skeleton/commit/ba57560e33e379fd3ce6ef7ec09b68b029fb64ad \ No newline at end of file +Credit for the initial translation implementation goes to https://github.com/odan/slim4-skeleton/commit/ba57560e33e379fd3ce6ef7ec09b68b029fb64ad + +## Spider module + +The spider module requires to do + +``` +curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - +sudo npm install --global --unsafe-perm puppeteer +sudo chmod -R o+rx /usr/lib/node_modules/puppeteer/.local-chromium +```