Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Cammad Docker Setup (Alternative UI for Camunda / Replacement for Camunda Webapps)

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.

Setup:

  1. Download the Cammand.zip from the Releases and uzip into the docker/cammand folder.
  2. Add your keystore.p12 or pcks file for https into the root of the docker folder.
  3. 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
  4. run from the docker folder: docker-compose up
  5. https://locahost:8080 (note s in the https)

If you want to access the original Camunda WebApps:

  1. localhost:8080/camunda/app/welcome
  2. localhost:8080/camunda/app/cockpit
  3. localhost:8080/camunda/app/tasklist
  4. localhost:8080/camunda/app/admin