This is an old revision of the document!
Table of Contents
A stable release has not been released yet. You can get source code by cloning Git repository or by downloading last snapshot.
Using Debian packages
You can easily install LdapSaisie using Debian packages by adding this repository on your /etc/apt/sources.list file :
deb http://ldapsaisie.easter-eggs.org/debian stretch main
You also need to import GPG public key of this repository by running this command :
wget -O - http://ldapsaisie.easter-eggs.org/debian/ldapsaisie.gpg.key |apt-key add -
After, you just have to execute this commands to install LdapSaisie :
apt-get update apt-get install ldapsaisie
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
All nights, a snapshot of the Git repository is built and is available for download here:
http://ldapsaisie.easter-eggs.org/download/ldapsaisie-snapshoot.tar.gz