git clonethe backend and frontend repos and configure it in.envlike so
# Make sure to use your own passwords!!
BACKEND_PATH=C:\Projects\lythar-backend
FRONTEND_PATH=C:\Projects\lythar-frontend
DB_PASSWORD=MVyZftfNhq4DAAVvSEpRPRi9m8oKNvrX
# LDAP Configuration
LDAP_ORGANISATION=Lythar
LDAP_DOMAIN=kyiro.me
LDAP_ADMIN_PASSWORD=FmrmFyBQdvseT3FNdHYNi4E9ZDXZ6djv
LDAP_ADMIN_DN="cn=admin,dc=kyiro,dc=me"- Secrets
2.
secrets/jwt_private.pem- The private key for the JWT 3.secrets/jwt_public.pem- The public key for the JWT - Use
docker-compose upto start the server - Configure LDAP using a tool like Apache Directory Studio