readme :D

This commit is contained in:
Christian Haschek 2015-09-28 00:58:41 +02:00
parent d1a27d0d1a
commit ea39fea3c3

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# http2pic
## Introduction
http2pic is an Open Source website renderer. It uses the [wkhtmltox](https://github.com/wkhtmltopdf/wkhtmltopdf) to render websites with various options.
Live demo on https://http2pic.haschek.at/
## Dependencies
- [wkhtmltox](http://wkhtmltopdf.org/downloads.html)
- "timeout" command
## Install
- Install [wkhtmltox](http://wkhtmltopdf.org/downloads.html) on your server
- Make /usr/sbin/wkhtmltoimage executable for the user that runs the webserver. For Apache it's the ```www-data``` user. Or use sudo
- Make sure the server has the "timeout" command. For debian this is available via ```apt-get install coreutils```
- Download this repo and extract it somewhere on your webserver