diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-02-23 21:21:09 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-02-23 21:21:09 +0100 |
commit | 66d639636e215c4c07e2fda6a2cbfd7189790c05 (patch) | |
tree | 67a3d2aa1595d30f9c74bfb7d28a3466ad4687f6 /INSTALL | |
parent | 7076e66b79a98a3978b3a967fdea792b5b9d1cd5 (diff) |
Updated the TODO list and the installation instructions.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -20,15 +20,22 @@ apt-get install libnet-ldap-perl \ libemail-valid-perl \ libdigest-perl \ libstring-mkpasswd-perl \ + libstring-random-perl \ libnet-idn-encode-perl \ - libmail-gnupg-perl + libmail-gnupg-perl \ + libnet-whois-parser-perl libnet-whois-raw-perl + liburi-escape-xs-perl +cpanp install Net::DNS::Dig -liburi-escape-xs-perl libnet-idn-encode-perl are not available on Debian 6.0 +liburi-escape-xs-perl and libnet-idn-encode-perl are not available on Debian 6.0 (Squeeze). To install these dependencies on Debian < 7.0, run cpanp install Net::IDN::Encode URI::Escape::XS +# Validator +apt-get install libwebservice-validator-html-w3c-perl libxml-xpath-perl + # Configuration sudo adduser --system fpanel --home /var/lib/fripost-panel --shell /bin/false --group www-data |