| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| data/ | H | 13-Apr-2026 | - | 401 | 393 | |
| .gitignore | H A D | 13-Apr-2026 | 17 | 3 | 2 | |
| README.md | H A D | 13-Apr-2026 | 575 | 24 | 16 | |
| cleanup-test-env.sh | H A D | 13-Apr-2026 | 327 | 14 | 10 | |
| docker-compose.yml | H A D | 13-Apr-2026 | 497 | 20 | 19 | |
| run-tests.sh | H A D | 13-Apr-2026 | 1.1 KiB | 35 | 26 | |
| start-test-env.sh | H A D | 13-Apr-2026 | 663 | 23 | 17 |
README.md
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