webgalen/README.md

15 lines
324 B
Markdown
Raw Normal View History

2018-10-11 11:11:21 +03:00
# Webgalen
2018-09-21 01:25:39 +02:00
2018-10-11 11:11:55 +03:00
A tool to dissect of websites (tribute to [Galen of Pergamon](https://en.wikipedia.org/wiki/Galen))
2018-09-21 01:25:39 +02:00
2018-10-11 11:11:21 +03:00
## Prerequisites
2018-09-21 01:25:39 +02:00
2018-10-11 11:11:21 +03:00
Install a few tools
2018-09-21 01:25:39 +02:00
2018-10-11 11:11:21 +03:00
apt-get install img2pdf imagemagick
2018-09-21 01:25:39 +02:00
2018-10-11 11:11:21 +03:00
Increase memory in imagemagick policy `/etc/ImageMagick-6/policy.xml`
2018-09-21 01:25:39 +02:00
2018-10-11 11:11:21 +03:00
<policy domain="resource" name="memory" value="2GiB"/>
2018-09-21 01:25:39 +02:00