Few more dependencies

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

View File

@ -9,6 +9,7 @@ MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
RUN apt-get -y update && \ RUN apt-get -y update && \
apt-get install -y \ apt-get install -y \
realpath \
nginx-light \ nginx-light \
php5-fpm \ php5-fpm \
mysql-server \ mysql-server \
@ -16,6 +17,7 @@ RUN apt-get -y update && \
php5-mcrypt \ php5-mcrypt \
libmcrypt-dev \ libmcrypt-dev \
libwww-perl \ libwww-perl \
libdigest-whirlpool-perl \
pwgen \ pwgen \
openssl \ openssl \
&& \ && \

View File

@ -76,12 +76,14 @@ CONNTRACK states.
##### Requirements ##### Requirements
* `realpath`;
* `mysql`; * `mysql`;
* `nginx` with `fastcgi` module; * `nginx` with `fastcgi` module;
* `php-fpm` with `mysql` module; * `php-fpm` with `mysql` module;
* `openssl` and `pwgen` for client certificat generation; * `openssl` and `pwgen` for client certificat generation;
* `mcrypt`; * `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 * `Mcrypt` from CPAN (`cpan -i Mcrypt`, on Debian, it requires `libtool` and
`build-essential`) to decrypt submissions (see `build-essential`) to decrypt submissions (see
https://metacpan.org/pod/Mcrypt); https://metacpan.org/pod/Mcrypt);

1
TODO
View File

@ -7,3 +7,4 @@
- Mettre à jour les logos - Mettre à jour les logos
- versionner la DTD et la doc associée - versionner la DTD et la doc associée
- valider les documents avec la DTD à l'import - valider les documents avec la DTD à l'import
- Lors de l'import des XML, retirer l'éventuel / en début de path