diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 10:45:29 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 10:45:29 +0000 |
commit | d93498ac60529984177f00c37a5f905d45ee94ad (patch) | |
tree | 26c937c3db4c0e768f82d9cf3190830e194d184e | |
parent | 006eec6d272fb772559e66b525b649c305c9cc5d (diff) | |
parent | 4782d614fa4fbed323c66da4a854ca8182f42fb5 (diff) |
Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5
-rw-r--r-- | doc/INSTALL.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index b95534e4f..9dd05b93e 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -36,20 +36,24 @@ Some of the files also have a version number listed in config/packages - check that you have appropriate versions installed. Some also list "|" and offer a choice of packages. + You will also want to install mySociety's common ruby libraries and the Rails code. Run: - git submodule update --init + git submodule update --init to fetch the contents of the submodules. -Optionally, you may want to install -[wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/downloads/list). +If you would like users to be able to download pretty PDFs as part of +the downloadable zipfile of their request history, you should also install +[wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/downloads/list). We recommend downloading the latest, statically compiled version from the project website, as this allows running headless (i.e. without a graphical interface running) on Linux. If you do install `wkhtmltopdf`, you need to edit a setting in the config file to point -to it (see below). +to it (see below). If you don't install it, everything will still work, but +users will get ugly, plain text versions of their requests when they +download them. Version 1.44 of `pdftk` contains a bug which makes it to loop forever in certain edge conditions. Until it's incorporated into an official |