From 3e919ad66acf73aadc333170e3e3c786183f4ae5 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 14 Jul 2010 16:24:07 +0000 Subject: [PATCH] added instructions for Debian lenny --- lam/docs/manual-sources/howto.xml | 46 ++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index acc80448..6ae4a830 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -224,16 +224,54 @@ Have fun! LAM is part of the official Debian repository. New - releases are uploaded to unstable and will available + releases are uploaded to unstable and will be available automatically in testing and the stable releases. You can run apt-get install ldap-account-managerto install LAM - on your server. Additionally, you may download the LAM - Debian packages from the LAM homepage or the Debian - package homepage. + package homepage.Installation of the latest packages on Debian + Lenny + + apt-get install javascript-common + + + + Download the jquery and jquery-ui packages from + here: + + http://packages.debian.org/squeeze/all/libjs-jquery/download + + http://packages.debian.org/squeeze/all/libjs-jquery-ui/download + + + + Install first jquery and then jquery-ui: + + dpkg -i libjs-jquery_*.deb + + dpkg -i libjs-jquery-ui_*.deb + + + + Install the LAM package + + dpkg -i ldap-account-manager_*.deb + + + + Install the lamdaemon package (optional) + + dpkg -i + ldap-account-manager-lamdaemon_*.deb + +