Skip to content

Commit

Permalink
add spider stub
Browse files Browse the repository at this point in the history
  • Loading branch information
killua-eu committed Nov 26, 2019
1 parent ae7b8f6 commit a0fbee3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
```

0 comments on commit a0fbee3

Please sign in to comment.