One-click install
In this page
Current status
The monorepo does not ship a finished “one command installs everything on Ubuntu” script. panel install runs scripts/install/install.sh, which is explicitly a skeleton: it creates users/directories and prints remaining steps (Node, PostgreSQL, Redis, release layout, Prisma, systemd).
Marketing copy on https://deploydock.in may show a placeholder curl | bash line for future distribution—that command is not wired to a published installer in this repository yet.
Closest alternatives
- Docker Compose (dev) — Docker install:
docker compose -f deploy/docker/docker-compose.yml up -d --build. - Docker Compose (prod-style) — Manual install:
docker-compose.prod.yml+ static web build. - From source — Quick install +
pnpm dev.
Track progress in the monorepo README Roadmap and changelog.