/oss/en/ldapium/getting-started

Installation Guide

Docker Compose local execution and Kubernetes Helm production deployment.

Installation Guide

Deploying ldapium across Docker Compose and Kubernetes environments.

Docker Compose Quickstart

git clone https://github.com/dasomel/ldapium.git
cd ldapium
cp .env.example .env
docker compose up -d

Kubernetes Helm Deployment

helm install ldapium ./charts/ldapium   --namespace identity   --create-namespace   --set admin.password="StrongRandomPassword123!"