🔗 Documentation: rwth-pads.github.io/ocelescope
⚠️ Project Status: Under ConstructionThis repository is actively being developed and is not yet production-ready. Expect frequent changes, incomplete features, and potential bugs. Contributions, feedback, and testing are welcome!
Ensure you have the following installed:
- Docker
- Docker Compose (built-in with Docker Desktop ≥ v2.0)
- Unix shell (Linux/macOS/WSL)
Use the provided run.sh script to start or stop the application in development or production mode:
./run.sh [dev|prod] [up|down] [--detached]
or just
docker compose up --build