Gitlab PPA: maxbes/lemonldap-ng

Content

Configuration for Debian-like distribution

Automatic sources.list configuration

sudo apt-get install apt-add-gitlab
sudo apt-add-gitlab maxbes/lemonldap-ng

Manual sources.list configuration

For all distributions

curl -L http://maxbes.ow2.io/lemonldap-ng/GPG_PUBLIC_KEY | sudo apt-key add -
sudo apt-get install apt-transport-https

For selected release

sudo tee /etc/apt/sources.list.d/gitlab-maxbes-lemonldap-ng.list << EOF
deb [arch=amd64] http://maxbes.ow2.io/lemonldap-ng/RELEASE_ID RELEASE_NAME main
#deb-src http://maxbes.ow2.io/lemonldap-ng/RELEASE_ID RELEASE_NAME main
EOF

Configuration for RPM-based distribution

Automatic yum.conf configuration

sudo yum install yum-add-gitlab
sudo yum-add-gitlab maxbes/lemonldap-ng

Manual yum.conf configuration

For all distributions

sudo rpm --import http://maxbes.ow2.io/lemonldap-ng/GPG_PUBLIC_KEY

For selected release

sudo tee /etc/yum.repos.d/gitlab-maxbes-lemonldap-ng.repo << EOF
[maxbes-lemonldap-ng]
name=Gitlab maxbes-lemonldap-ng - RELEASE_NAME - \$basearch
baseurl=http://maxbes.ow2.io/lemonldap-ng/RELEASE_ID/RELEASE_NAME/\$basearch
enabled=1
metadata_expire=15m
gpgcheck=1
repo_gpgcheck=0
gpgkey=http://maxbes.ow2.io/lemonldap-ng/GPG_PUBLIC_KEY
skip_if_unavailable=False
EOF