aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 15:54:25 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 15:54:25 +0200
commit398823dc33e19608b7561f641a0156a8d1ffdca1 (patch)
treedd5e86f803638ce95bbf1c3a74419fb232d3a1cb /INSTALL
parent035d4299f96cfaac2e18c59abaa11f3fca7b37fd (diff)
Updated INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 18 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 3346e98..6782035 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,18 @@
-apt-get install libcgi-application-perl
-libcgi-application-plugin-authentication-perl
-libcgi-application-plugin-config-simple-perl
-libcgi-application-server-perl libhtml-template-pro-perl
-libyaml-syck-perl
-libfreezethaw-perl
+# You need several CPAN modules to use the administrator panel.
+# If you use Debian GNU/Linux, you can install them like so:
+
+# Web panel
+apt-get install libcgi-application-perl \
+ libcgi-application-plugin-authentication-perl \
+ libcgi-application-plugin-autorunmode-perl \
+ libcgi-application-plugin-configauto-perl \
+ libcgi-application-plugin-session-perl \
+ libfreezethaw-perl \
+ libhtml-template-perl
+
+# Fripost Schema
+apt-get install libnet-ldap-perl \
+ libauthen-sasl-perl \
+ libemail-valid-perl \
+ libdigest-perl \
+ libstring-mkpasswd-perl