User Tools

Site Tools


devops:adop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devops:adop [2023/11/01 07:15] – removed - external edit (Unknown date) 127.0.0.1devops:adop [2023/11/01 07:15] (current) – ↷ Page moved from camunda:devops:adop to devops:adop skipidar
Line 1: Line 1:
 +===== ADOP =====
  
 +To quieckstart ADOP do the following:
 +
 +https://accenture.github.io/adop-docker-compose/docs/quickstart/
 +
 +  * Docker Toolbox is required on windows: https://www.docker.com/products/docker-toolbox
 +  * 16GB VM is required.
 +
 +<code>
 +docker-machine create -d virtualbox --virtualbox-memory 16384 default
 +./quickstart.sh -t local -m default -c NA -u user
 +</code>
 +
 +
 +===== LDAP =====
 +The LDAP login is the following:
 +
 +<code>
 +login: cn=adop,ou=people,dc=ldap,dc=example,dc=com
 +Pass: <YOUR PASSWORD YOU TYPED DURING CREATION>
 +</code>