diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 15:54:25 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 15:54:25 +0200 |
commit | 398823dc33e19608b7561f641a0156a8d1ffdca1 (patch) | |
tree | dd5e86f803638ce95bbf1c3a74419fb232d3a1cb | |
parent | 035d4299f96cfaac2e18c59abaa11f3fca7b37fd (diff) |
Updated INSTALL.
-rw-r--r-- | INSTALL | 24 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/Fripost/Password.pm | 0 |
2 files changed, 18 insertions, 6 deletions
@@ -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 diff --git a/lib/Fripost/Password.pm b/lib/Fripost/Password.pm index c2905b2..c2905b2 100755..100644 --- a/lib/Fripost/Password.pm +++ b/lib/Fripost/Password.pm |