diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 18:18:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 18:18:48 +0200 |
commit | 1eb7912a55921242a379fec76d6b93273ac3260e (patch) | |
tree | 26c532e38cde99b34408e2a4146819390e9108d7 /INSTALL | |
parent | f6ffcfd73fc0d0dd731c321efab9a408a176c801 (diff) |
W3C validation script.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -10,7 +10,8 @@ apt-get install libcgi-application-perl \ libcgi-application-plugin-session-perl \ libcgi-fast-perl \ libfreezethaw-perl \ - libhtml-template-perl + libhtml-template-perl \ + liburi-escape-xs-perl # Fripost Schema @@ -20,10 +21,15 @@ apt-get install libnet-ldap-perl \ libdigest-perl \ libstring-mkpasswd-perl \ libnet-idn-encode-perl \ - liburi-escape-xs-perl \ libmail-gnupg-perl +liburi-escape-xs-perl 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 + + # Configuration sudo adduser --system fpanel --home /var/lib/fripost-panel --shell /bin/false --group www-data sudo mkdir -p /etc/fripost-panel/ /var/lib/fripost-panel/gnupg |