Few more dependencies

This commit is contained in:
nemunaire 2014-11-20 20:29:01 +01:00
commit b02c823f9e
3 changed files with 6 additions and 1 deletions

View file

@ -76,12 +76,14 @@ CONNTRACK states.
##### Requirements
* `realpath`;
* `mysql`;
* `nginx` with `fastcgi` module;
* `php-fpm` with `mysql` module;
* `openssl` and `pwgen` for client certificat generation;
* `mcrypt`;
* `HTTP::Request::Common` perl module;
* `HTTP::Request::Common` perl module (provided by `libwww-perl`);
* `Digest::Whirlpool` perl module (provided by `lib-digest-whirlpool-perl`);
* `Mcrypt` from CPAN (`cpan -i Mcrypt`, on Debian, it requires `libtool` and
`build-essential`) to decrypt submissions (see
https://metacpan.org/pod/Mcrypt);