Run a local demo
This page gets a working Stackiq running on your own machine in two commands. You end with a software catalogue, browsable and publishable.
It is a demo, not a development environment. Nothing is mounted from a checkout, and that is deliberate — see What this is not.
What you need
Docker, with Compose v2.23 or newer. Nothing else — no PHP, no Node, no Nextcloud.
docker --version
docker compose version
If docker compose version prints v2.22 or older, upgrade first. The compose file declares its scripts inline via configs, and older versions ignore the content: field silently — which produces an instance with no apps installed and nothing in the logs to explain why.