This is a development version for demo purposes!
You must access the UI from the root url.
If you copy a url with path or query parameters the page will fail to load.
- Download the Cammand.zip from the Releases and uzip into the
docker/cammand
folder. - Add your
keystore.p12
or pcks file for https into the root of the docker folder. - Update the
default.yml
for the ssl settings:server.ssl.key-store: classpath:keystore.p12 server.ssl.key-store-password: 1234567890 server.ssl.key-store-type: PKCS12 server.ssl.key-alias: tomcat
- run from the docker folder:
docker-compose up
https://locahost:8080
(note s in the https)
If you want to access the original Camunda WebApps:
localhost:8080/camunda/app/welcome
localhost:8080/camunda/app/cockpit
localhost:8080/camunda/app/tasklist
localhost:8080/camunda/app/admin