From ea39fea3c376d0e9425677e862883cef879bebce Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Mon, 28 Sep 2015 00:58:41 +0200 Subject: [PATCH] readme :D --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e71671 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file