aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 8 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4027c9d..26a1478 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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