nocobase-install-start
Installation
SKILL.md
Goal
Install NocoBase with clear branching and minimal questioning.
Workflow
- Ask quick mode first.
- Quick mode (
Docker + install together + PostgreSQL):
- Ask only release channel and installation directory.
- Execute install and startup.
- Non-quick mode:
- Ask installation method (
docker,create-nocobase-app,git), release channel, and installation directory. - If method is Docker, ask database mode (
install togetherorconnect existing). - If Docker +
install together, ask database type (PostgreSQL,MySQL,MariaDB). - If
connect existing(Docker/non-Docker), confirm connection info readiness and require config/env edits before startup. - Execute install only; provide startup commands and verification steps (do not execute startup).
- Always read
references/install-methods.mdand include the chosen method doc link before running commands.