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 + +