Skip to main content

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

  1. Docker Compose (dev)Docker install: docker compose -f deploy/docker/docker-compose.yml up -d --build.
  2. Docker Compose (prod-style)Manual install: docker-compose.prod.yml + static web build.
  3. From sourceQuick install + pnpm dev.

Track progress in the monorepo README Roadmap and changelog.