activiti icon indicating copy to clipboard operation
activiti copied to clipboard

A Docker image with activiti BPM Platform

Results 4 activiti issues
Sort by recently updated
recently updated
newest added

I followed the instructions, however, when i enter the url, activiti does not come up. The container is running in docker.

The below commands needs to have port number included under External MYSQL section in ReadMe file docker run --name=activiti -d \ -port 8080:8080 \ -e 'DB_HOST=192.0.2.1’ -e 'DB_NAME=activiti_production' -e 'DB_USER=activiti’...

ReadMe file suggests loading the http://localhost:8080 to see the UI under Quick Start heading. I believe, it should be changed to http://localhost:8080/activiti-explorer/

When I tried to connect to an External MySQL Server as described in the readme I wasn't successful. The container started always with the embedded H2-Database because in the manual...