Runs the prebuilt Platform Server and UI images via Docker Compose (not a development environment). For development workflows, see agynio/platform.
Prereqs: Docker with Compose v2 enabled.
git clone --recurse-submodules https://github.com/agynio/bootstrap.git
cd bootstrap/agyn
docker compose up -dOpen http://localhost:2496 in your browser.
Note:
agyn/docker-compose.yamlis the compose file, and thegraphsubmodule is required.