nocobase-install-start
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.
Method Rule
More from nocobase/skills
nocobase-data-modeling
Create and manage NocoBase data models through the available data-modeling surface. Use when users want to inspect or change collections, fields, relations, or view-backed schemas in a NocoBase app.
266nocobase-acl-manage
Task-driven ACL governance through nb CLI for role lifecycle, global role mode, permission policy, user-role membership, and risk assessment. Use when users describe business permission outcomes instead of raw command arguments.
239nocobase-workflow-manage
Use when users need to inspect, create, revise, enable, or diagnose NocoBase workflows through the `nb` CLI, including trigger selection, node-chain changes, version safety checks, and execution troubleshooting.
236nocobase-ui-builder
>-
228nocobase-data-analysis
Query and analyze business data in NocoBase via MCP. Use when users want current counts, grouped breakdowns, owner/source distributions, or business summaries across collections, with main data source first and fallback discovery to other enabled data sources.
194nocobase-utils
General-purpose NocoBase reference utilities covering cross-cutting topics such as evaluator engines, expression syntax, UID generation, and more. Use when you need authoritative reference information or reusable snippets that apply across multiple NocoBase features.
189