Table of Contents
Using Debian packages
You can easily install LdapSaisie using Debian packages by using the following command to configure the project's repository :
echo "deb http://ldapsaisie.org/debian bullseye main" | \ tee /etc/apt/sources.list.d/ldapsaisie.list
You also need to import GPG public key of this repository by running this command :
wget -O - http://ldapsaisie.org/debian/ldapsaisie.gpg.key | \ apt-key add -
It's also possible to install the package ldapsaisie-archive-keyring.
After, you just have to execute this commands to install LdapSaisie :
apt-get update apt-get install ldapsaisie ldapsaisie-archive-keyring
As with snapshot, the repository provide Debian packages generated every hours from development branch. To use these packages, use the following command to configure the project's
sid
repository: echo "deb http://ldapsaisie.org/debian sid main" | \ tee /etc/apt/sources.list.d/ldapsaisie.list
Note: You can consult changelog of the last snapshot version here : https://ldapsaisie.org/debian/sid.changelog
Using Git
The Git repos can be cloned anonymously with the command :
git clone https://gitlab.easter-eggs.com/ee/ldapsaisie.git
For more informations about Git, you can refer to the Git documentation.
A web access to sources code is avaibled here.
Snapshot
Every 15 minutes, a snapshot of the Git repository is built and available for download here: