DMS Compliance Tool - Cross-Platform Version
Quick Start
Windows:
- Run start.bat
- Access web interface
- Use stop.bat to stop
Linux/macOS:
- chmod +x *.sh (or run ./set-permissions.sh)
- ./start.sh
- Access web interface
- ./stop.sh to stop
Architecture
- FastAPI Server: http://localhost:5050
- History Viewer: http://localhost:5051
- Dual service architecture with supervisor
Management Commands
Windows: start.bat, stop.bat, logs.bat Linux: start.sh, stop.sh, logs.sh
Package Contents
- docker-compose.yml: Service configuration (uses pre-built image)
- Dockerfile: Container build instructions (for reference)
- docker-image.tar: Pre-built Docker image (fast startup)
- Cross-platform management scripts (auto-load image)