1# DokuWiki BPMN.io Plugin — Docker Test Environment 2 3Docker Compose setup for testing the plugin in a real DokuWiki instance. 4 5## Usage 6 7```bash 8# Start 9./start-test-env.sh 10 11# Run basic checks 12./run-tests.sh 13 14# Stop 15./cleanup-test-env.sh # keep volumes 16./cleanup-test-env.sh --full # remove everything 17``` 18 19DokuWiki: http://localhost:8080 20- BPMN: http://localhost:8080/doku.php?id=test:bpmn-test 21- DMN: http://localhost:8080/doku.php?id=test:dmn-test 22 23The plugin is mounted read-only from the parent directory. Edit files and refresh the browser to see changes. 24