Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.39 KB

Developers_Guide_en.md

File metadata and controls

34 lines (25 loc) · 1.39 KB

Setup local ldap without CES

Software Requirements

  • Following prerequisites have to be met:
    • Install Oracle JDK / Open JDK 8
    • Install Maven (check with mvn -version if jdk 8 is correctly setup / change JAVA_HOME if not)
    • Install Docker

Setup local LDAP using Docker

Setup Usermgt Development Mode

  • export UNIVERSEADM_STAGE=DEVELOPMENT

Build project:

  • ./mvnw clean install

Build the project and start the server

  • mvn -DskipTests -P'!webcomponents' package jetty:run-war

Open the application

  • http://localhost:8084/universeadm/
  • Use Base Authentication User: admin | Password: admin

Setup local LDAP using CES