docs: update AI docs and plugin locale coverage

This commit is contained in:
chenos
2026-06-12 09:37:21 +08:00
parent 1ce8cb446a
commit ec15d7088a
89 changed files with 265 additions and 91 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ Claude Code 通过以下方式与 NocoBase 协同工作:
- 已安装 Claude Code`npm install -g @anthropic-ai/claude-code`
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,最低版本要求为 NocoBase 2.1.0建议更新到最新版本。**
## 快速开始
+1 -1
View File
@@ -61,7 +61,7 @@ Codex 通过以下方式与 NocoBase 协同工作:
- 已安装 Codex`npm install -g @openai/codex`
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,最低版本要求为 NocoBase 2.1.0建议更新到最新版本。**
## 快速开始
+1 -1
View File
@@ -69,7 +69,7 @@ Hermes Agent 通过以下方式与 NocoBase 协同工作:
- 一台运行 Hermes Agent 的服务器(Linux / macOSPython 3.10+
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,最低版本要求为 NocoBase 2.1.0建议更新到最新版本。**
Hermes 的安装只需要一行命令:
+2 -2
View File
@@ -5,8 +5,6 @@ description: 安装 NocoBase CLI,并通过 nb init --ui 快速创建一个新
# 安装 NocoBase 应用
如果你还没有 NocoBase 应用,最快的方式就是先装 `@nocobase/cli`,再运行一次 `nb init --ui`。大部分场景按向导默认配置走就够了。
## 前置条件
- Node.js >= 22
@@ -91,6 +89,7 @@ CLI 的配置默认保存在 `~/.nocobase/`,所以 AI Agent 通常可以在任
## 接下来
- 如果你已经有一个运行中的 NocoBase,直接看 [AI Agent 接入指南](./quick-start.mdx)
- 如果你要管理应用的启动、停止、日志和升级,直接看 [管理应用](../nocobase-cli/operations/manage-app.md)
- 如果你要继续做生产环境部署,直接看 [使用 CLI 安装应用](../nocobase-cli/installation/cli.md) 和 [生产环境部署概述](../nocobase-cli/production/index.md)
- 如果你想继续让 AI 开始搭建应用,直接看 [AI 搭建](../ai-builder/index.md)
@@ -101,4 +100,5 @@ CLI 的配置默认保存在 `~/.nocobase/`,所以 AI Agent 通常可以在任
- [`nb init` 命令参考](../api/cli/init.md) — 初始化应用、接管本机已有应用或连接远程应用
- [`nb env info` 命令参考](../api/cli/env/info.md) — 查看当前 env 的连接信息和运行配置
- [NocoBase CLI 命令参考](../api/cli/index.md) — 所有 `nb` 命令的完整参数说明
- [管理应用](../nocobase-cli/operations/manage-app.md) — 启动、停止、重启、查看日志和升级应用
- [多环境管理](../nocobase-cli/operations/multi-environment.md) — 同时维护多个 env 时的常用操作
+1 -1
View File
@@ -63,7 +63,7 @@ OpenClaw 通过以下方式与 NocoBase 协同工作:
- 已部署的 OpenClaw Agent[飞书一键部署](https://openclaw.feishu.cn) 或本地部署)
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,最低版本要求为 NocoBase 2.1.0建议更新到最新版本。**
:::warning 注意
+1 -1
View File
@@ -63,7 +63,7 @@ OpenCode 通过以下方式与 NocoBase 协同工作:
- 已安装 OpenCode[安装指南](https://opencode.ai/docs/)
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,最低版本要求为 NocoBase 2.1.0建议更新到最新版本。**
## 快速开始
+1 -1
View File
@@ -92,7 +92,7 @@ nb init --ui
## AI Agent 连接已有的 NocoBase
如果你已经有一个运行中的 NocoBase 实例,可以直接让 AI Agent 连接它。**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
如果你已经有一个运行中的 NocoBase 实例,可以直接让 AI Agent 连接它。**由于 AI 能力迭代快速,最低版本要求为 NocoBase 2.1.0建议更新到最新版本。**
<Tabs>
<Tab label="手动连接" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ WorkBuddy 通过以下方式与 NocoBase 协同工作:
- WorkBuddy 账号([注册入口](https://www.codebuddy.cn)
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,最低版本要求为 NocoBase 2.1.0建议更新到最新版本。**
:::warning 注意
+1 -1
View File
@@ -63,7 +63,7 @@ Stellen Sie vor dem Start sicher, dass die folgende Umgebung bereitsteht:
- Claude Code ist installiert (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (zum Ausführen von NocoBase CLI und Skills)
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, unterstützt derzeit nur die neueste Beta-Version den vollständigen Funktionsumfang. Mindestens erforderliche Version: >= 2.1.0-beta.20. Es wird dringend empfohlen, auf die neueste Version zu aktualisieren.**
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, ist mindestens NocoBase 2.1.0 erforderlich. Wir empfehlen, auf die neueste Version zu aktualisieren.**
## Schnellstart
+1 -1
View File
@@ -61,7 +61,7 @@ Stellen Sie vor dem Start sicher, dass die folgende Umgebung bereitsteht:
- Codex ist installiert (`npm install -g @openai/codex`)
- Node.js >= 22 (zum Ausführen von NocoBase CLI und Skills)
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, unterstützt derzeit nur die neueste Beta-Version den vollständigen Funktionsumfang. Mindestens erforderliche Version: >= 2.1.0-beta.20. Es wird dringend empfohlen, auf die neueste Version zu aktualisieren.**
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, ist mindestens NocoBase 2.1.0 erforderlich. Wir empfehlen, auf die neueste Version zu aktualisieren.**
## Schnellstart
+1 -1
View File
@@ -69,7 +69,7 @@ Stellen Sie vor dem Start sicher, dass die folgende Umgebung bereitsteht:
- Ein Server, auf dem Hermes Agent läuft (Linux / macOS, Python 3.10+)
- Node.js >= 22 (zum Ausführen von NocoBase CLI und Skills)
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, unterstützt derzeit nur die neueste Beta-Version den vollständigen Funktionsumfang. Mindestens erforderliche Version: >= 2.1.0-beta.20. Es wird dringend empfohlen, auf die neueste Version zu aktualisieren.**
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, ist mindestens NocoBase 2.1.0 erforderlich. Wir empfehlen, auf die neueste Version zu aktualisieren.**
Die Installation von Hermes erfolgt mit einem einzigen Befehl:
+8 -2
View File
@@ -5,8 +5,6 @@ description: Installieren Sie die NocoBase CLI und erstellen Sie mit `nb init --
# NocoBase-App installieren
Wenn Sie noch keine NocoBase-Anwendung haben, ist der schnellste Weg: zuerst `@nocobase/cli` installieren und dann einmal `nb init --ui` ausführen. In den meisten Fällen reichen die Standardoptionen im Assistenten aus.
## Voraussetzungen
- Node.js >= 22
@@ -88,6 +86,13 @@ Die CLI-Konfiguration wird standardmäßig unter `~/.nocobase/` gespeichert. AI
Wenn diese Anwendung später produktiv für echte Benutzer bereitgestellt werden soll, empfehlen wir langfristig nicht die direkte Nutzung über `IP + port`. Der nächste Schritt ist normalerweise ein Reverse Proxy mit HTTPS.
## Nächste Schritte
- Wenn Sie bereits eine laufende NocoBase-App haben, lesen Sie die [Anbindungsanleitung für AI Agents](./quick-start.mdx)
- Wenn Sie Start, Stopp, Logs und Upgrades der App verwalten möchten, lesen Sie [Apps verwalten](../nocobase-cli/operations/manage-app.md)
- Wenn Sie mit der Produktionsbereitstellung fortfahren möchten, lesen Sie [Apps mit CLI installieren](../nocobase-cli/installation/cli.md) und [Überblick zur Produktionsbereitstellung](../nocobase-cli/production/index.md)
- Wenn die AI mit dem Erstellen von Apps beginnen soll, lesen Sie [AI Builder](../ai-builder/index.md)
## Verwandte Links
- [Installationsmethoden und Versionsvergleich](../get-started/quickstart.md) — Vergleichen Sie zuerst Installationsmethoden und Versionskanäle, und entscheiden Sie dann, wie Sie installieren möchten
@@ -95,4 +100,5 @@ Wenn diese Anwendung später produktiv für echte Benutzer bereitgestellt werden
- [`nb init` Befehlsreferenz](../api/cli/init.md) — Eine neue App initialisieren, eine bestehende lokale App übernehmen oder eine Remote-App verbinden
- [`nb env info` Befehlsreferenz](../api/cli/env/info.md) — Verbindungsdetails und Laufzeitkonfiguration der aktuellen env anzeigen
- [NocoBase CLI](../api/cli/index.md) — Vollständige Referenz für alle `nb` Befehle
- [Apps verwalten](../nocobase-cli/operations/manage-app.md) — Apps starten, stoppen, neu starten, Logs anzeigen und upgraden
- [Mehrere Umgebungsverwaltung](../nocobase-cli/operations/multi-environment.md) — Häufige Abläufe, wenn Sie mehrere envs gleichzeitig pflegen
+1 -1
View File
@@ -63,7 +63,7 @@ Stellen Sie vor dem Start sicher, dass die folgende Umgebung bereitsteht:
- Ein bereitgestellter OpenClaw Agent ([Lark-Ein-Klick-Deployment](https://openclaw.feishu.cn) oder lokales Deployment)
- Node.js >= 22 (zum Ausführen von NocoBase CLI und Skills)
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, unterstützt derzeit nur die neueste Beta-Version den vollständigen Funktionsumfang. Mindestens erforderliche Version: >= 2.1.0-beta.20. Es wird dringend empfohlen, auf die neueste Version zu aktualisieren.**
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, ist mindestens NocoBase 2.1.0 erforderlich. Wir empfehlen, auf die neueste Version zu aktualisieren.**
:::warning Hinweis
+1 -1
View File
@@ -63,7 +63,7 @@ Stellen Sie vor dem Start sicher, dass die folgende Umgebung bereitsteht:
- OpenCode ist installiert ([Installationsanleitung](https://opencode.ai/docs/))
- Node.js >= 22 (zum Ausführen von NocoBase CLI und Skills)
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, unterstützt derzeit nur die neueste Beta-Version den vollständigen Funktionsumfang. Mindestens erforderliche Version: >= 2.1.0-beta.20. Es wird dringend empfohlen, auf die neueste Version zu aktualisieren.**
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, ist mindestens NocoBase 2.1.0 erforderlich. Wir empfehlen, auf die neueste Version zu aktualisieren.**
## Schnellstart
+1 -1
View File
@@ -92,7 +92,7 @@ Sobald die Konfiguration abgeschlossen ist, starten Sie die Sitzung Ihres AI Age
## AI Agent mit bestehendem NocoBase verbinden
Falls Sie bereits eine laufende NocoBase-Instanz haben, können Sie diese direkt von einem AI Agent verbinden lassen. **Da sich die KI-Fähigkeiten schnell weiterentwickeln, unterstützt derzeit nur die neueste Beta-Version den vollständigen Funktionsumfang. Mindestens erforderliche Version: >= 2.1.0-beta.20. Es wird dringend empfohlen, auf die neueste Version zu aktualisieren.**
Falls Sie bereits eine laufende NocoBase-Instanz haben, können Sie diese direkt von einem AI Agent verbinden lassen. **Da sich die KI-Fähigkeiten schnell weiterentwickeln, ist mindestens NocoBase 2.1.0 erforderlich. Wir empfehlen, auf die neueste Version zu aktualisieren.**
<Tabs>
<Tab label="Manuell verbinden" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ Stellen Sie vor dem Start sicher, dass die folgende Umgebung bereitsteht:
- Ein WorkBuddy-Konto ([Registrierung](https://www.codebuddy.cn))
- Node.js >= 22 (zum Ausführen von NocoBase CLI und Skills)
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, unterstützt derzeit nur die neueste Beta-Version den vollständigen Funktionsumfang. Mindestens erforderliche Version: >= 2.1.0-beta.20. Es wird dringend empfohlen, auf die neueste Version zu aktualisieren.**
- Falls Sie bereits eine NocoBase-Instanz haben: **Da sich die KI-Fähigkeiten schnell weiterentwickeln, ist mindestens NocoBase 2.1.0 erforderlich. Wir empfehlen, auf die neueste Version zu aktualisieren.**
:::warning Hinweis
+1 -1
View File
@@ -63,7 +63,7 @@ Before starting, make sure you have the following environment ready:
- Claude Code installed (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly. The minimum required version is NocoBase 2.1.0, and we recommend updating to the latest version.**
## Quick Start
+1 -1
View File
@@ -61,7 +61,7 @@ Before starting, make sure you have the following environment ready:
- Codex installed (`npm install -g @openai/codex`)
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly. The minimum required version is NocoBase 2.1.0, and we recommend updating to the latest version.**
## Quick Start
+1 -1
View File
@@ -69,7 +69,7 @@ Before starting, make sure you have the following environment ready:
- A server running Hermes Agent (Linux / macOS, Python 3.10+)
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly. The minimum required version is NocoBase 2.1.0, and we recommend updating to the latest version.**
Installing Hermes requires just one command:
+8 -2
View File
@@ -5,8 +5,6 @@ description: Install NocoBase CLI and quickly create a new NocoBase application
# Install NocoBase App
If you do not have a NocoBase application yet, the fastest way is to install `@nocobase/cli` first, then run `nb init --ui` once. In most cases, the default options in the wizard are enough.
## Prerequisites
- Node.js >= 22
@@ -88,6 +86,13 @@ CLI configuration is stored in `~/.nocobase/` by default, so AI Agents can usual
If this app will be exposed to real users later, we do not recommend using `IP + port` for the long term. The next step is usually to put it behind a reverse proxy and enable HTTPS.
## Next Steps
- If you already have a running NocoBase app, see [AI Agent Integration Guide](./quick-start.mdx)
- If you want to manage app startup, shutdown, logs, and upgrades, see [Manage apps](../nocobase-cli/operations/manage-app.md)
- If you want to continue with production deployment, see [Install apps with CLI](../nocobase-cli/installation/cli.md) and [Production deployment overview](../nocobase-cli/production/index.md)
- If you want AI to start building apps, see [AI Builder](../ai-builder/index.md)
## Related Links
- [Installation and Version Comparison](../get-started/quickstart.md) — Compare installation methods and version channels first, then decide how to install
@@ -95,4 +100,5 @@ If this app will be exposed to real users later, we do not recommend using `IP +
- [`nb init` command reference](../api/cli/init.md) — Initialize a new app, take over an existing local app, or connect a remote app
- [`nb env info` command reference](../api/cli/env/info.md) — View the connection details and runtime configuration of the current env
- [NocoBase CLI](../api/cli/index.md) — Full reference for all `nb` commands
- [Manage apps](../nocobase-cli/operations/manage-app.md) — Start, stop, restart, view logs, and upgrade apps
- [Multiple environment management](../nocobase-cli/operations/multi-environment.md) — Common operations when you maintain multiple envs at the same time
+1 -1
View File
@@ -63,7 +63,7 @@ Before starting, make sure you have the following environment ready:
- A deployed OpenClaw Agent ([one-click Lark deployment](https://openclaw.feishu.cn) or local deployment)
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly. The minimum required version is NocoBase 2.1.0, and we recommend updating to the latest version.**
:::warning Note
+1 -1
View File
@@ -63,7 +63,7 @@ Before starting, make sure you have the following environment ready:
- OpenCode installed ([installation guide](https://opencode.ai/docs/))
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly. The minimum required version is NocoBase 2.1.0, and we recommend updating to the latest version.**
## Quick Start
+1 -1
View File
@@ -92,7 +92,7 @@ After configuration is complete, restart your AI Agent session and you can start
## Connect AI Agent to an Existing NocoBase
If you already have a running NocoBase instance, you can connect AI Agent to it directly. **Since AI capabilities are evolving rapidly, only the latest beta version provides the full experience. The minimum required version is 2.1.0-beta.20 — we strongly recommend updating to the latest.**
If you already have a running NocoBase instance, you can connect AI Agent to it directly. **Since AI capabilities are evolving rapidly, the minimum required version is NocoBase 2.1.0, and we recommend updating to the latest version.**
<Tabs>
<Tab label="Manual Connection" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ Before starting, make sure you have the following environment ready:
- WorkBuddy account ([registration portal](https://www.codebuddy.cn))
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly. The minimum required version is NocoBase 2.1.0, and we recommend updating to the latest version.**
:::warning Note
+1 -1
View File
@@ -63,7 +63,7 @@ Antes de comenzar, asegúrese de tener preparado el siguiente entorno:
- Tener Claude Code instalado (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (para ejecutar NocoBase CLI y Skills)
- Si ya tiene una instancia de NocoBase, **debido a la rápida iteración de las capacidades de IA, actualmente solo la última versión beta admite la experiencia completa. La versión mínima requerida es >= 2.1.0-beta.20 y se recomienda encarecidamente actualizar a la última versión.**
- Si ya tiene una instancia de NocoBase, **debido a la rápida evolución de las capacidades de IA, la versión mínima requerida es NocoBase 2.1.0. Se recomienda actualizar a la última versión.**
## Inicio rápido
+1 -1
View File
@@ -61,7 +61,7 @@ Antes de comenzar, asegúrese de tener preparado el siguiente entorno:
- Tener Codex instalado (`npm install -g @openai/codex`)
- Node.js >= 22 (para ejecutar NocoBase CLI y Skills)
- Si ya tiene una instancia de NocoBase, **debido a la rápida iteración de las capacidades de IA, actualmente solo la última versión beta admite la experiencia completa. La versión mínima requerida es >= 2.1.0-beta.20 y se recomienda encarecidamente actualizar a la última versión.**
- Si ya tiene una instancia de NocoBase, **debido a la rápida evolución de las capacidades de IA, la versión mínima requerida es NocoBase 2.1.0. Se recomienda actualizar a la última versión.**
## Inicio rápido
+1 -1
View File
@@ -69,7 +69,7 @@ Antes de comenzar, asegúrese de tener preparado el siguiente entorno:
- Un servidor para ejecutar Hermes Agent (Linux / macOS, Python 3.10+)
- Node.js >= 22 (para ejecutar NocoBase CLI y Skills)
- Si ya tiene una instancia de NocoBase, **debido a la rápida iteración de las capacidades de IA, actualmente solo la última versión beta admite la experiencia completa. La versión mínima requerida es >= 2.1.0-beta.20 y se recomienda encarecidamente actualizar a la última versión.**
- Si ya tiene una instancia de NocoBase, **debido a la rápida evolución de las capacidades de IA, la versión mínima requerida es NocoBase 2.1.0. Se recomienda actualizar a la última versión.**
La instalación de Hermes solo requiere una línea de comandos:
+8 -2
View File
@@ -5,8 +5,6 @@ description: Instale NocoBase CLI y cree rápidamente una nueva aplicación Noco
# Instalar la aplicación NocoBase
Si todavía no tiene una aplicación NocoBase, la forma más rápida es instalar primero `@nocobase/cli` y luego ejecutar una vez `nb init --ui`. En la mayoría de los casos, la configuración por defecto del asistente es suficiente.
## Requisitos previos
- Node.js >= 22
@@ -88,6 +86,13 @@ La configuración de la CLI se guarda por defecto en `~/.nocobase/`, por lo que
Si esta aplicación va a exponerse a usuarios reales más adelante, no recomendamos mantenerla a largo plazo usando directamente `IP + port`. El siguiente paso habitual es colocarla detrás de un proxy inverso y habilitar HTTPS.
## Siguientes pasos
- Si ya tiene una app NocoBase en ejecución, consulte la [Guía de integración para AI Agent](./quick-start.mdx)
- Si quiere gestionar el inicio, la parada, los logs y las actualizaciones de la app, consulte [Gestionar aplicaciones](../nocobase-cli/operations/manage-app.md)
- Si quiere continuar con el despliegue en producción, consulte [Instalar aplicaciones con CLI](../nocobase-cli/installation/cli.md) y [Resumen del despliegue en producción](../nocobase-cli/production/index.md)
- Si quiere que la IA empiece a construir aplicaciones, consulte [AI Builder](../ai-builder/index.md)
## Enlaces relacionados
- [Comparación de métodos de instalación y versiones](../get-started/quickstart.md) — Compare primero los métodos de instalación y los canales de versión, y luego decida cómo instalar
@@ -95,4 +100,5 @@ Si esta aplicación va a exponerse a usuarios reales más adelante, no recomenda
- [Referencia del comando `nb init`](../api/cli/init.md) — Inicializar una app nueva, hacerse cargo de una app local existente o conectar una app remota
- [Referencia del comando `nb env info`](../api/cli/env/info.md) — Ver los detalles de conexión y la configuración de ejecución del env actual
- [NocoBase CLI](../api/cli/index.md) — Referencia completa de todos los comandos `nb`
- [Gestionar aplicaciones](../nocobase-cli/operations/manage-app.md) — Iniciar, detener, reiniciar, ver logs y actualizar aplicaciones
- [Gestión de entornos múltiples](../nocobase-cli/operations/multi-environment.md) — Operaciones habituales cuando mantiene varios env al mismo tiempo
+1 -1
View File
@@ -63,7 +63,7 @@ Antes de comenzar, asegúrese de tener preparado el siguiente entorno:
- OpenClaw Agent ya desplegado ([despliegue con un solo clic en Lark](https://openclaw.feishu.cn) o despliegue local)
- Node.js >= 22 (para ejecutar NocoBase CLI y Skills)
- Si ya tiene una instancia de NocoBase, **debido a la rápida iteración de las capacidades de IA, actualmente solo la última versión beta admite la experiencia completa. La versión mínima requerida es >= 2.1.0-beta.20 y se recomienda encarecidamente actualizar a la última versión.**
- Si ya tiene una instancia de NocoBase, **debido a la rápida evolución de las capacidades de IA, la versión mínima requerida es NocoBase 2.1.0. Se recomienda actualizar a la última versión.**
:::warning Atención
+1 -1
View File
@@ -63,7 +63,7 @@ Antes de comenzar, asegúrese de tener preparado el siguiente entorno:
- Tener OpenCode instalado ([guía de instalación](https://opencode.ai/docs/))
- Node.js >= 22 (para ejecutar NocoBase CLI y Skills)
- Si ya tiene una instancia de NocoBase, **debido a la rápida iteración de las capacidades de IA, actualmente solo la última versión beta admite la experiencia completa. La versión mínima requerida es >= 2.1.0-beta.20 y se recomienda encarecidamente actualizar a la última versión.**
- Si ya tiene una instancia de NocoBase, **debido a la rápida evolución de las capacidades de IA, la versión mínima requerida es NocoBase 2.1.0. Se recomienda actualizar a la última versión.**
## Inicio rápido
+1 -1
View File
@@ -92,7 +92,7 @@ Una vez completada la configuración, reinicie la sesión de su AI Agent y podr
## El AI Agent se conecta a una instancia existente de NocoBase
Si ya tiene una instancia de NocoBase en ejecución, puede conectar directamente el AI Agent a ella. **Debido a la rápida iteración de las capacidades de IA, actualmente solo la última versión beta admite la experiencia completa. La versión mínima requerida es >= 2.1.0-beta.20 y se recomienda encarecidamente actualizar a la última versión.**
Si ya tiene una instancia de NocoBase en ejecución, puede conectar directamente el AI Agent a ella. **Debido a la rápida evolución de las capacidades de IA, la versión mínima requerida es NocoBase 2.1.0. Se recomienda actualizar a la última versión.**
<Tabs>
<Tab label="Conexión manual" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ Antes de comenzar, asegúrese de tener preparado el siguiente entorno:
- Una cuenta de WorkBuddy ([registro](https://www.codebuddy.cn))
- Node.js >= 22 (para ejecutar NocoBase CLI y Skills)
- Si ya tiene una instancia de NocoBase, **debido a la rápida iteración de las capacidades de IA, actualmente solo la última versión beta admite la experiencia completa. La versión mínima requerida es >= 2.1.0-beta.20 y se recomienda encarecidamente actualizar a la última versión.**
- Si ya tiene una instancia de NocoBase, **debido a la rápida evolución de las capacidades de IA, la versión mínima requerida es NocoBase 2.1.0. Se recomienda actualizar a la última versión.**
:::warning Atención
+1 -1
View File
@@ -63,7 +63,7 @@ Avant de commencer, assurez-vous de disposer de l'environnement suivant :
- Claude Code installé (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (pour exécuter NocoBase CLI et Skills)
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, seule la dernière version beta offre actuellement une expérience complète, avec une version minimale requise >= 2.1.0-beta.20. Nous recommandons fortement la mise à jour vers la dernière version.**
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, la version minimale requise est NocoBase 2.1.0. Nous recommandons la mise à jour vers la dernière version.**
## Démarrage rapide
+1 -1
View File
@@ -61,7 +61,7 @@ Avant de commencer, assurez-vous de disposer de l'environnement suivant :
- Codex installé (`npm install -g @openai/codex`)
- Node.js >= 22 (pour exécuter NocoBase CLI et Skills)
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, seule la dernière version beta offre actuellement une expérience complète, avec une version minimale requise >= 2.1.0-beta.20. Nous recommandons fortement la mise à jour vers la dernière version.**
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, la version minimale requise est NocoBase 2.1.0. Nous recommandons la mise à jour vers la dernière version.**
## Démarrage rapide
+1 -1
View File
@@ -69,7 +69,7 @@ Avant de commencer, assurez-vous de disposer de l'environnement suivant :
- Un serveur exécutant Hermes Agent (Linux / macOS, Python 3.10+)
- Node.js >= 22 (pour exécuter NocoBase CLI et Skills)
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, seule la dernière version beta offre actuellement une expérience complète, avec une version minimale requise >= 2.1.0-beta.20. Nous recommandons fortement la mise à jour vers la dernière version.**
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, la version minimale requise est NocoBase 2.1.0. Nous recommandons la mise à jour vers la dernière version.**
L'installation de Hermes ne nécessite qu'une seule commande :
+8 -2
View File
@@ -5,8 +5,6 @@ description: Installez NocoBase CLI et créez rapidement une nouvelle applicatio
# Installer l'application NocoBase
Si vous n'avez pas encore d'application NocoBase, le plus rapide est d'installer d'abord `@nocobase/cli`, puis d'exécuter une fois `nb init --ui`. Dans la plupart des cas, les options par défaut de l'assistant suffisent.
## Prérequis
- Node.js >= 22
@@ -88,6 +86,13 @@ La configuration de la CLI est enregistrée par défaut dans `~/.nocobase/`, de
Si cette application doit ensuite être exposée à de vrais utilisateurs, nous ne recommandons pas d'utiliser durablement `IP + port` tel quel. L'étape suivante consiste généralement à mettre en place un reverse proxy et à activer HTTPS.
## Étapes suivantes
- Si vous avez déjà une application NocoBase en cours d'exécution, consultez le [Guide d'intégration pour AI Agent](./quick-start.mdx)
- Si vous voulez gérer le démarrage, l'arrêt, les logs et les mises à jour de l'application, consultez [Gérer les applications](../nocobase-cli/operations/manage-app.md)
- Si vous voulez continuer avec le déploiement en production, consultez [Installer une application avec la CLI](../nocobase-cli/installation/cli.md) et [Vue d'ensemble du déploiement en production](../nocobase-cli/production/index.md)
- Si vous voulez laisser l'IA commencer à construire l'application, consultez [AI Builder](../ai-builder/index.md)
## Liens connexes
- [Comparaison des méthodes d'installation et des versions](../get-started/quickstart.md) — Comparez d'abord les méthodes d'installation et les canaux de version, puis choisissez comment installer
@@ -95,4 +100,5 @@ Si cette application doit ensuite être exposée à de vrais utilisateurs, nous
- [Référence de la commande `nb init`](../api/cli/init.md) — Initialiser une nouvelle application, reprendre une application locale existante ou connecter une application distante
- [Référence de la commande `nb env info`](../api/cli/env/info.md) — Voir les détails de connexion et la configuration d'exécution du env actuel
- [NocoBase CLI](../api/cli/index.md) — Référence complète de toutes les commandes `nb`
- [Gérer les applications](../nocobase-cli/operations/manage-app.md) — Démarrer, arrêter, redémarrer, consulter les logs et mettre à jour les applications
- [Gestion d'environnements multiples](../nocobase-cli/operations/multi-environment.md) — Opérations courantes quand vous maintenez plusieurs env en même temps
+1 -1
View File
@@ -63,7 +63,7 @@ Avant de commencer, assurez-vous de disposer de l'environnement suivant :
- OpenClaw Agent déployé ([déploiement Lark en un clic](https://openclaw.feishu.cn) ou déploiement local)
- Node.js >= 22 (pour exécuter NocoBase CLI et Skills)
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, seule la dernière version beta offre actuellement une expérience complète, avec une version minimale requise >= 2.1.0-beta.20. Nous recommandons fortement la mise à jour vers la dernière version.**
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, la version minimale requise est NocoBase 2.1.0. Nous recommandons la mise à jour vers la dernière version.**
:::warning Attention
+1 -1
View File
@@ -63,7 +63,7 @@ Avant de commencer, assurez-vous de disposer de l'environnement suivant :
- OpenCode installé ([guide d'installation](https://opencode.ai/docs/))
- Node.js >= 22 (pour exécuter NocoBase CLI et Skills)
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, seule la dernière version beta offre actuellement une expérience complète, avec une version minimale requise >= 2.1.0-beta.20. Nous recommandons fortement la mise à jour vers la dernière version.**
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, la version minimale requise est NocoBase 2.1.0. Nous recommandons la mise à jour vers la dernière version.**
## Démarrage rapide
+1 -1
View File
@@ -92,7 +92,7 @@ Une fois la configuration terminée, redémarrez la session de votre AI Agent po
## Connecter un AI Agent à une instance NocoBase existante
Si vous disposez déjà d'une instance NocoBase en cours d'exécution, vous pouvez y connecter directement votre AI Agent. **En raison de l'évolution rapide des capacités AI, seule la dernière version beta offre actuellement une expérience complète, avec une version minimale requise >= 2.1.0-beta.20. Nous recommandons fortement la mise à jour vers la dernière version.**
Si vous disposez déjà d'une instance NocoBase en cours d'exécution, vous pouvez y connecter directement votre AI Agent. **En raison de l'évolution rapide des capacités AI, la version minimale requise est NocoBase 2.1.0. Nous recommandons la mise à jour vers la dernière version.**
<Tabs>
<Tab label="Connexion manuelle" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ Avant de commencer, assurez-vous de disposer de l'environnement suivant :
- Un compte WorkBuddy ([page d'inscription](https://www.codebuddy.cn))
- Node.js >= 22 (pour exécuter NocoBase CLI et Skills)
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, seule la dernière version beta offre actuellement une expérience complète, avec une version minimale requise >= 2.1.0-beta.20. Nous recommandons fortement la mise à jour vers la dernière version.**
- Si vous disposez déjà d'une instance NocoBase, **en raison de l'évolution rapide des capacités AI, la version minimale requise est NocoBase 2.1.0. Nous recommandons la mise à jour vers la dernière version.**
:::warning Attention
+1 -1
View File
@@ -63,7 +63,7 @@ Sebelum memulai, pastikan Anda telah menyiapkan lingkungan berikut:
- Telah memasang Claude Code (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (untuk menjalankan NocoBase CLI dan Skills)
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, saat ini hanya versi beta terbaru yang mendukung pengalaman lengkap, dengan persyaratan versi minimum >= 2.1.0-beta.20, sangat disarankan untuk memperbarui ke versi terbaru.**
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, versi minimum yang diperlukan adalah NocoBase 2.1.0. Disarankan untuk memperbarui ke versi terbaru.**
## Mulai Cepat
+1 -1
View File
@@ -61,7 +61,7 @@ Sebelum memulai, pastikan Anda telah menyiapkan lingkungan berikut:
- Telah memasang Codex (`npm install -g @openai/codex`)
- Node.js >= 22 (untuk menjalankan NocoBase CLI dan Skills)
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, saat ini hanya versi beta terbaru yang mendukung pengalaman lengkap, dengan persyaratan versi minimum >= 2.1.0-beta.20, sangat disarankan untuk memperbarui ke versi terbaru.**
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, versi minimum yang diperlukan adalah NocoBase 2.1.0. Disarankan untuk memperbarui ke versi terbaru.**
## Mulai Cepat
+1 -1
View File
@@ -69,7 +69,7 @@ Sebelum memulai, pastikan Anda telah menyiapkan lingkungan berikut:
- Satu server yang menjalankan Hermes Agent (Linux / macOS, Python 3.10+)
- Node.js >= 22 (untuk menjalankan NocoBase CLI dan Skills)
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, saat ini hanya versi beta terbaru yang mendukung pengalaman lengkap, dengan persyaratan versi minimum >= 2.1.0-beta.20, sangat disarankan untuk memperbarui ke versi terbaru.**
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, versi minimum yang diperlukan adalah NocoBase 2.1.0. Disarankan untuk memperbarui ke versi terbaru.**
Instalasi Hermes hanya memerlukan satu baris perintah:
+8 -2
View File
@@ -5,8 +5,6 @@ description: Pasang NocoBase CLI dan buat aplikasi NocoBase baru dengan cepat me
# Instal aplikasi NocoBase
Jika Anda belum memiliki aplikasi NocoBase, cara tercepat adalah memasang `@nocobase/cli` terlebih dahulu, lalu menjalankan `nb init --ui` sekali. Dalam kebanyakan kasus, konfigurasi default pada wizard sudah cukup.
## Prasyarat
- Node.js >= 22
@@ -88,6 +86,13 @@ Konfigurasi CLI secara default disimpan di `~/.nocobase/`, sehingga AI Agents bi
Jika aplikasi ini nantinya akan dibuka untuk pengguna sungguhan, kami tidak menyarankan penggunaan jangka panjang dengan `IP + port` secara langsung. Langkah berikutnya biasanya adalah menambahkan reverse proxy dan mengaktifkan HTTPS.
## Langkah berikutnya
- Jika Anda sudah memiliki aplikasi NocoBase yang berjalan, lihat [Panduan Integrasi AI Agent](./quick-start.mdx)
- Jika Anda ingin mengelola startup, shutdown, log, dan upgrade aplikasi, lihat [Kelola aplikasi](../nocobase-cli/operations/manage-app.md)
- Jika Anda ingin melanjutkan deployment produksi, lihat [Instal aplikasi dengan CLI](../nocobase-cli/installation/cli.md) dan [Ringkasan deployment produksi](../nocobase-cli/production/index.md)
- Jika Anda ingin AI mulai membangun aplikasi, lihat [AI Builder](../ai-builder/index.md)
## Tautan terkait
- [Perbandingan Metode Instalasi dan Versi](../get-started/quickstart.md) — Bandingkan dulu metode instalasi dan kanal versi, lalu putuskan cara instalasinya
@@ -95,4 +100,5 @@ Jika aplikasi ini nantinya akan dibuka untuk pengguna sungguhan, kami tidak meny
- [Referensi perintah `nb init`](../api/cli/init.md) — Inisialisasi aplikasi baru, ambil alih aplikasi lokal yang sudah ada, atau hubungkan aplikasi remote
- [Referensi perintah `nb env info`](../api/cli/env/info.md) — Lihat detail koneksi dan konfigurasi runtime dari env saat ini
- [NocoBase CLI](../api/cli/index.md) — Referensi lengkap untuk semua perintah `nb`
- [Kelola aplikasi](../nocobase-cli/operations/manage-app.md) — Mulai, hentikan, restart, lihat log, dan upgrade aplikasi
- [Beberapa manajemen lingkungan](../nocobase-cli/operations/multi-environment.md) — Operasi umum saat Anda memelihara beberapa env sekaligus
+1 -1
View File
@@ -63,7 +63,7 @@ Sebelum memulai, pastikan Anda telah menyiapkan lingkungan berikut:
- OpenClaw Agent yang sudah dideploy ([deployment Lark sekali klik](https://openclaw.feishu.cn) atau deployment lokal)
- Node.js >= 22 (untuk menjalankan NocoBase CLI dan Skills)
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, saat ini hanya versi beta terbaru yang mendukung pengalaman lengkap, dengan persyaratan versi minimum >= 2.1.0-beta.20, sangat disarankan untuk memperbarui ke versi terbaru.**
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, versi minimum yang diperlukan adalah NocoBase 2.1.0. Disarankan untuk memperbarui ke versi terbaru.**
:::warning Perhatian
+1 -1
View File
@@ -63,7 +63,7 @@ Sebelum memulai, pastikan Anda telah menyiapkan lingkungan berikut:
- Telah memasang OpenCode ([panduan instalasi](https://opencode.ai/docs/))
- Node.js >= 22 (untuk menjalankan NocoBase CLI dan Skills)
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, saat ini hanya versi beta terbaru yang mendukung pengalaman lengkap, dengan persyaratan versi minimum >= 2.1.0-beta.20, sangat disarankan untuk memperbarui ke versi terbaru.**
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, versi minimum yang diperlukan adalah NocoBase 2.1.0. Disarankan untuk memperbarui ke versi terbaru.**
## Mulai Cepat
+1 -1
View File
@@ -92,7 +92,7 @@ Setelah konfigurasi selesai, restart sesi AI Agent Anda, dan Anda dapat mulai me
## AI Agent Menghubungkan NocoBase yang Sudah Ada
Jika Anda sudah memiliki instance NocoBase yang berjalan, Anda dapat langsung membiarkan AI Agent terhubung dengannya. **Karena kemampuan AI berkembang dengan cepat, saat ini hanya versi beta terbaru yang mendukung pengalaman lengkap, dengan persyaratan versi minimum >= 2.1.0-beta.20, sangat disarankan untuk memperbarui ke versi terbaru.**
Jika Anda sudah memiliki instance NocoBase yang berjalan, Anda dapat langsung membiarkan AI Agent terhubung dengannya. **Karena kemampuan AI berkembang dengan cepat, versi minimum yang diperlukan adalah NocoBase 2.1.0. Disarankan untuk memperbarui ke versi terbaru.**
<Tabs>
<Tab label="Hubungkan secara Manual" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ Sebelum memulai, pastikan Anda telah menyiapkan lingkungan berikut:
- Akun WorkBuddy ([entry pendaftaran](https://www.codebuddy.cn))
- Node.js >= 22 (untuk menjalankan NocoBase CLI dan Skills)
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, saat ini hanya versi beta terbaru yang mendukung pengalaman lengkap, dengan persyaratan versi minimum >= 2.1.0-beta.20, sangat disarankan untuk memperbarui ke versi terbaru.**
- Jika sudah memiliki instance NocoBase, **karena kemampuan AI berkembang dengan cepat, versi minimum yang diperlukan adalah NocoBase 2.1.0. Disarankan untuk memperbarui ke versi terbaru.**
:::warning Perhatian
@@ -0,0 +1,16 @@
---
title: "App SSO"
keywords: "Authentication"
displayName: "App SSO"
packageName: '@nocobase/plugin-app-sso'
supportedVersions:
- 2.x
description: |
Application-to-application single sign-on for multi-app deployments.
isFree: false
builtIn: false
defaultEnabled: false
editionLevel: 2
---
# App SSO
@@ -0,0 +1,16 @@
---
title: "Data source: External NocoBase"
keywords: "Data sources"
displayName: "Data source: External NocoBase"
packageName: '@nocobase/plugin-data-source-external-nocobase'
supportedVersions:
- 2.x
description: |
Use another NocoBase application as an external data source through API proxy.
isFree: false
builtIn: false
defaultEnabled: false
editionLevel: 1
---
# Data source: External NocoBase
@@ -0,0 +1,14 @@
---
title: "IdP: OAuth"
keywords: "Authentication"
displayName: "IdP: OAuth"
packageName: '@nocobase/plugin-idp-oauth'
description: |
Based on OAuth 2.1 and OpenID Connect, this plugin enables NocoBase to act as an identity provider for other systems.
isFree: true
builtIn: true
defaultEnabled: false
editionLevel: 0
---
# IdP: OAuth
@@ -0,0 +1,14 @@
---
title: "AI: MCP server"
keywords: "AI"
displayName: "AI: MCP server"
packageName: '@nocobase/plugin-mcp-server'
description: |
An MCP server for building NocoBase systems and supporting business workflows.
isFree: true
builtIn: true
defaultEnabled: false
editionLevel: 0
---
# AI: MCP server
+1 -1
View File
@@ -63,7 +63,7 @@ Claude Code は以下の方法で NocoBase と連携します:
- Claude Code がインストール済み(`npm install -g @anthropic-ai/claude-code`
- Node.js >= 22NocoBase CLI と Skills の実行に必要)
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、現時点では beta 最新版のみが完全な体験をサポートしています。最低バージョン要件は >= 2.1.0-beta.20 で、最新版への更新を強くお勧めします。**
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、最低バージョン要件は NocoBase 2.1.0 です。最新版への更新をお勧めします。**
## クイックスタート
+1 -1
View File
@@ -61,7 +61,7 @@ Codex は以下の方法で NocoBase と連携します:
- Codex がインストール済み(`npm install -g @openai/codex`
- Node.js >= 22NocoBase CLI と Skills の実行に必要)
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、現時点では beta 最新版のみが完全な体験をサポートしています。最低バージョン要件は >= 2.1.0-beta.20 で、最新版への更新を強くお勧めします。**
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、最低バージョン要件は NocoBase 2.1.0 です。最新版への更新をお勧めします。**
## クイックスタート
+1 -1
View File
@@ -69,7 +69,7 @@ Hermes Agent は以下の方法で NocoBase と連携します:
- Hermes Agent を実行するサーバー(Linux / macOS、Python 3.10+
- Node.js >= 22NocoBase CLI と Skills の実行に必要)
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、現時点では beta 最新版のみが完全な体験をサポートしています。最低バージョン要件は >= 2.1.0-beta.20 で、最新版への更新を強くお勧めします。**
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、最低バージョン要件は NocoBase 2.1.0 です。最新版への更新をお勧めします。**
Hermes のインストールはコマンド 1 行で完了します:
+8 -2
View File
@@ -5,8 +5,6 @@ description: NocoBase CLI をインストールし、`nb init --ui` ですばや
# NocoBase アプリをインストール
まだ NocoBase アプリを持っていない場合は、まず `@nocobase/cli` をインストールしてから `nb init --ui` を一度実行するのが最も手早い方法です。ほとんどのケースでは、ウィザードのデフォルト設定のままで十分です。
## 前提条件
- Node.js >= 22
@@ -88,6 +86,13 @@ CLI の設定はデフォルトで `~/.nocobase/` に保存されるため、AI
このアプリを今後実際のユーザー向けに公開する予定がある場合、長期的に `IP + port` をそのまま使うのはおすすめしません。通常、次のステップはリバースプロキシを挟み、HTTPS を有効にすることです。
## 次のステップ
- すでに稼働中の NocoBase アプリがある場合は、[AI Agent 接続ガイド](./quick-start.mdx)を参照してください
- アプリの起動、停止、ログ、アップグレードを管理したい場合は、[アプリ管理](../nocobase-cli/operations/manage-app.md)を参照してください
- 本番環境へのデプロイを続ける場合は、[CLI でアプリをインストール](../nocobase-cli/installation/cli.md)と[本番環境デプロイ概要](../nocobase-cli/production/index.md)を参照してください
- AI にアプリ構築を始めさせたい場合は、[AI Builder](../ai-builder/index.md)を参照してください
## 関連リンク
- [インストール方法とバージョンの比較](../get-started/quickstart.md) — 先にインストール方法とバージョンチャネルを比べてから、どの方法で入れるか決める
@@ -95,4 +100,5 @@ CLI の設定はデフォルトで `~/.nocobase/` に保存されるため、AI
- [`nb init` コマンドリファレンス](../api/cli/init.md) — 新しいアプリの初期化、既存のローカルアプリの引き取り、またはリモートアプリの接続
- [`nb env info` コマンドリファレンス](../api/cli/env/info.md) — 現在の env の接続情報とランタイム設定を確認する
- [NocoBase CLI](../api/cli/index.md) — すべての `nb` コマンドの完全なリファレンス
- [アプリ管理](../nocobase-cli/operations/manage-app.md) — アプリの起動、停止、再起動、ログ確認、アップグレード
- [複数の環境管理](../nocobase-cli/operations/multi-environment.md) — 複数の env を同時に管理するときによく使う操作
+1 -1
View File
@@ -63,7 +63,7 @@ OpenClaw は以下の方法で NocoBase と連携します:
- デプロイ済みの OpenClaw Agent[Lark ワンクリックデプロイ](https://openclaw.feishu.cn) またはローカルデプロイ)
- Node.js >= 22NocoBase CLI と Skills の実行に必要)
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、現時点では beta 最新版のみが完全な体験をサポートしています。最低バージョン要件は >= 2.1.0-beta.20 で、最新版への更新を強くお勧めします。**
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、最低バージョン要件は NocoBase 2.1.0 です。最新版への更新をお勧めします。**
:::warning 注意
+1 -1
View File
@@ -63,7 +63,7 @@ OpenCode は以下の方法で NocoBase と連携します:
- OpenCode がインストール済みであること([インストールガイド](https://opencode.ai/docs/)
- Node.js >= 22NocoBase CLI と Skills の実行に必要)
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、現時点では beta 最新版のみ完全な体験をサポートしています。最低バージョン要件は >= 2.1.0-beta.20 で、最新版への更新を強く推奨します。**
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、最低バージョン要件は NocoBase 2.1.0 です。最新版への更新をお勧めします。**
## クイックスタート
+1 -1
View File
@@ -92,7 +92,7 @@ NocoBase CLI をインストールして初期化を完了してください:h
## AI Agent で既存の NocoBase に接続する
すでに稼働中の NocoBase インスタンスがある場合は、AI Agent から直接接続できます。**AI 機能は急速に進化しているため、現時点では beta 最新版のみが完全な体験をサポートしています。最低バージョン要件は >= 2.1.0-beta.20 で、最新版への更新を強くお勧めします。**
すでに稼働中の NocoBase インスタンスがある場合は、AI Agent から直接接続できます。**AI 機能は急速に進化しているため、最低バージョン要件は NocoBase 2.1.0 です。最新版への更新をお勧めします。**
<Tabs>
<Tab label="手動接続" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ WorkBuddy は以下の方法で NocoBase と連携します:
- WorkBuddy アカウント([登録ページ](https://www.codebuddy.cn)
- Node.js >= 22NocoBase CLI と Skills の実行に必要)
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、現時点では beta 最新版のみ完全な体験をサポートしています。最低バージョン要件は >= 2.1.0-beta.20 で、最新版への更新を強く推奨します。**
- 既存の NocoBase インスタンスがある場合、**AI 機能は急速に進化しているため、最低バージョン要件は NocoBase 2.1.0 です。最新版への更新をお勧めします。**
:::warning 注意
+1 -1
View File
@@ -63,7 +63,7 @@ Antes de começar, certifique-se de que o ambiente abaixo está pronto:
- Claude Code instalado (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (para rodar o NocoBase CLI e os Skills)
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rápido, atualmente apenas a versão beta mais recente oferece a experiência completa, com a versão mínima requerida >= 2.1.0-beta.20. Recomendamos fortemente atualizar para a versão mais recente.**
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rapidamente, a versão mínima requerida é NocoBase 2.1.0. Recomendamos atualizar para a versão mais recente.**
## Início rápido
+1 -1
View File
@@ -61,7 +61,7 @@ Antes de começar, certifique-se de que o ambiente abaixo está pronto:
- Codex instalado (`npm install -g @openai/codex`)
- Node.js >= 22 (para rodar o NocoBase CLI e os Skills)
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rápido, atualmente apenas a versão beta mais recente oferece a experiência completa, com a versão mínima requerida >= 2.1.0-beta.20. Recomendamos fortemente atualizar para a versão mais recente.**
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rapidamente, a versão mínima requerida é NocoBase 2.1.0. Recomendamos atualizar para a versão mais recente.**
## Início rápido
+1 -1
View File
@@ -69,7 +69,7 @@ Antes de começar, certifique-se de que o ambiente abaixo está pronto:
- Um servidor para rodar o Hermes Agent (Linux / macOS, Python 3.10+)
- Node.js >= 22 (para rodar o NocoBase CLI e os Skills)
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rápido, atualmente apenas a versão beta mais recente oferece a experiência completa, com a versão mínima requerida >= 2.1.0-beta.20. Recomendamos fortemente atualizar para a versão mais recente.**
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rapidamente, a versão mínima requerida é NocoBase 2.1.0. Recomendamos atualizar para a versão mais recente.**
A instalação do Hermes precisa de apenas uma linha de comando:
+8 -2
View File
@@ -5,8 +5,6 @@ description: Instale o NocoBase CLI e crie rapidamente um novo aplicativo NocoBa
# Instalar o aplicativo NocoBase
Se você ainda não tem um aplicativo NocoBase, a forma mais rápida é instalar primeiro o `@nocobase/cli` e depois executar `nb init --ui` uma vez. Na maioria dos casos, as opções padrão do assistente já resolvem.
## Pré-requisitos
- Node.js >= 22
@@ -88,6 +86,13 @@ As configurações do CLI ficam salvas em `~/.nocobase/` por padrão, então os
Se esse aplicativo for exposto a usuários reais no futuro, não recomendamos manter o uso direto de `IP + port` no longo prazo. O próximo passo costuma ser colocar a aplicação atrás de um proxy reverso e habilitar HTTPS.
## Próximos passos
- Se você já tem um aplicativo NocoBase em execução, veja o [Guia de integração para AI Agent](./quick-start.mdx)
- Se você quer gerenciar inicialização, parada, logs e upgrades do aplicativo, veja [Gerenciar aplicativos](../nocobase-cli/operations/manage-app.md)
- Se você quer continuar com o deploy em produção, veja [Instalar aplicativos com CLI](../nocobase-cli/installation/cli.md) e [Visão geral do deploy em produção](../nocobase-cli/production/index.md)
- Se você quer deixar a IA começar a construir aplicativos, veja [AI Builder](../ai-builder/index.md)
## Links relacionados
- [Comparação de Métodos de Instalação e Versões](../get-started/quickstart.md) — Compare primeiro os métodos de instalação e os canais de versão, depois decida como instalar
@@ -95,4 +100,5 @@ Se esse aplicativo for exposto a usuários reais no futuro, não recomendamos ma
- [Referência do comando `nb init`](../api/cli/init.md) — Inicializar um aplicativo novo, assumir um aplicativo local existente ou conectar um aplicativo remoto
- [Referência do comando `nb env info`](../api/cli/env/info.md) — Ver os detalhes de conexão e a configuração de runtime do env atual
- [NocoBase CLI](../api/cli/index.md) — Referência completa de todos os comandos `nb`
- [Gerenciar aplicativos](../nocobase-cli/operations/manage-app.md) — Iniciar, parar, reiniciar, ver logs e fazer upgrade de aplicativos
- [Gerenciamento de múltiplos ambientes](../nocobase-cli/operations/multi-environment.md) — Operações comuns quando você mantém vários envs ao mesmo tempo
+1 -1
View File
@@ -63,7 +63,7 @@ Antes de começar, certifique-se de que o ambiente abaixo está pronto:
- OpenClaw Agent já implantado ([deploy de um clique no Lark](https://openclaw.feishu.cn) ou deploy local)
- Node.js >= 22 (para rodar o NocoBase CLI e os Skills)
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rápido, atualmente apenas a versão beta mais recente oferece a experiência completa, com a versão mínima requerida >= 2.1.0-beta.20. Recomendamos fortemente atualizar para a versão mais recente.**
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rapidamente, a versão mínima requerida é NocoBase 2.1.0. Recomendamos atualizar para a versão mais recente.**
:::warning Atenção
+1 -1
View File
@@ -63,7 +63,7 @@ Antes de começar, certifique-se de que o ambiente abaixo está pronto:
- OpenCode instalado ([guia de instalação](https://opencode.ai/docs/))
- Node.js >= 22 (para rodar o NocoBase CLI e os Skills)
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rápido, atualmente apenas a versão beta mais recente oferece a experiência completa, com a versão mínima requerida >= 2.1.0-beta.20. Recomendamos fortemente atualizar para a versão mais recente.**
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rapidamente, a versão mínima requerida é NocoBase 2.1.0. Recomendamos atualizar para a versão mais recente.**
## Início rápido
+1 -1
View File
@@ -92,7 +92,7 @@ Após concluir a configuração, reinicie a sessão do seu AI Agent e você já
## AI Agent conectando-se a um NocoBase já existente
Se você já tem uma instância do NocoBase em execução, pode conectá-la diretamente ao AI Agent. **Como as capacidades de IA evoluem rápido, atualmente apenas a versão beta mais recente oferece a experiência completa, com a versão mínima requerida >= 2.1.0-beta.20. Recomendamos fortemente atualizar para a versão mais recente.**
Se você já tem uma instância do NocoBase em execução, pode conectá-la diretamente ao AI Agent. **Como as capacidades de IA evoluem rapidamente, a versão mínima requerida é NocoBase 2.1.0. Recomendamos atualizar para a versão mais recente.**
<Tabs>
<Tab label="Conexão manual" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ Antes de começar, certifique-se de que o ambiente abaixo está pronto:
- Conta WorkBuddy ([cadastro](https://www.codebuddy.cn))
- Node.js >= 22 (para rodar o NocoBase CLI e os Skills)
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rápido, atualmente apenas a versão beta mais recente oferece a experiência completa, com a versão mínima requerida >= 2.1.0-beta.20. Recomendamos fortemente atualizar para a versão mais recente.**
- Se você já tem uma instância NocoBase, **como as capacidades de IA evoluem rapidamente, a versão mínima requerida é NocoBase 2.1.0. Recomendamos atualizar para a versão mais recente.**
:::warning Atenção
+1 -1
View File
@@ -63,7 +63,7 @@ Claude Code работает с NocoBase следующим образом:
- Установлен Claude Code (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (для работы NocoBase CLI и Skills)
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей полноценный опыт сейчас доступен только в последней beta-версии. Минимальная требуемая версия >= 2.1.0-beta.20, настоятельно рекомендуется обновиться до самой свежей версии.**
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей минимальная требуемая версия — NocoBase 2.1.0. Рекомендуется обновиться до последней версии.**
## Быстрый старт
+1 -1
View File
@@ -61,7 +61,7 @@ Codex работает с NocoBase следующим образом:
- Установлен Codex (`npm install -g @openai/codex`)
- Node.js >= 22 (для работы NocoBase CLI и Skills)
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей полноценный опыт сейчас доступен только в последней beta-версии. Минимальная требуемая версия >= 2.1.0-beta.20, настоятельно рекомендуется обновиться до самой свежей версии.**
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей минимальная требуемая версия — NocoBase 2.1.0. Рекомендуется обновиться до последней версии.**
## Быстрый старт
+1 -1
View File
@@ -69,7 +69,7 @@ Hermes Agent работает с NocoBase следующим образом:
- Сервер для запуска Hermes Agent (Linux / macOS, Python 3.10+)
- Node.js >= 22 (для работы NocoBase CLI и Skills)
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей полноценный опыт сейчас доступен только в последней beta-версии. Минимальная требуемая версия >= 2.1.0-beta.20, настоятельно рекомендуется обновиться до самой свежей версии.**
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей минимальная требуемая версия — NocoBase 2.1.0. Рекомендуется обновиться до последней версии.**
Установка Hermes выполняется одной командой:
+8 -2
View File
@@ -5,8 +5,6 @@ description: Установите NocoBase CLI и быстро создайте
# Установить приложение NocoBase
Если у Вас пока нет приложения NocoBase, самый быстрый способ — сначала установить `@nocobase/cli`, а затем один раз выполнить `nb init --ui`. В большинстве случаев настроек мастера по умолчанию вполне достаточно.
## Предварительные требования
- Node.js >= 22
@@ -88,6 +86,13 @@ nb app logs
Если это приложение позже будет доступно реальным пользователям, мы не рекомендуем надолго оставлять прямой доступ через `IP + port`. Обычно следующим шагом становится настройка reverse proxy и включение HTTPS.
## Дальше
- Если у Вас уже есть запущенное приложение NocoBase, смотрите [Руководство по подключению AI Agent](./quick-start.mdx)
- Если нужно управлять запуском, остановкой, логами и обновлением приложения, смотрите [Управление приложениями](../nocobase-cli/operations/manage-app.md)
- Если хотите продолжить с production-развертыванием, смотрите [Установка приложений через CLI](../nocobase-cli/installation/cli.md) и [Обзор production-развертывания](../nocobase-cli/production/index.md)
- Если хотите, чтобы ИИ начал собирать приложения, смотрите [AI Builder](../ai-builder/index.md)
## Связанные ссылки
- [Сравнение способов установки и версий](../get-started/quickstart.md) — Сначала сравните способы установки и каналы версий, а потом выберите, как именно устанавливать
@@ -95,4 +100,5 @@ nb app logs
- [Справка по команде `nb init`](../api/cli/init.md) — Инициализировать новое приложение, взять под управление существующее локальное приложение или подключить удалённое приложение
- [Справка по команде `nb env info`](../api/cli/env/info.md) — Посмотреть сведения о подключении и runtime-конфигурацию текущего env
- [NocoBase CLI](../api/cli/index.md) — Полная справка по всем командам `nb`
- [Управление приложениями](../nocobase-cli/operations/manage-app.md) — Запуск, остановка, перезапуск, просмотр логов и обновление приложений
- [Множественное управление средой](../nocobase-cli/operations/multi-environment.md) — Типовые операции, когда Вы одновременно поддерживаете несколько env
+1 -1
View File
@@ -63,7 +63,7 @@ OpenClaw работает с NocoBase следующим образом:
- Развёрнутый OpenClaw Agent ([развёртывание в Lark в один клик](https://openclaw.feishu.cn) или локальное развёртывание)
- Node.js >= 22 (для работы NocoBase CLI и Skills)
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей полноценный опыт сейчас доступен только в последней beta-версии. Минимальная требуемая версия >= 2.1.0-beta.20, настоятельно рекомендуется обновиться до самой свежей версии.**
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей минимальная требуемая версия — NocoBase 2.1.0. Рекомендуется обновиться до последней версии.**
:::warning Внимание
+1 -1
View File
@@ -63,7 +63,7 @@ OpenCode работает с NocoBase следующим образом:
- Установлен OpenCode ([руководство по установке](https://opencode.ai/docs/))
- Node.js >= 22 (для работы NocoBase CLI и Skills)
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей полноценный опыт сейчас доступен только в последней beta-версии. Минимальная требуемая версия >= 2.1.0-beta.20, настоятельно рекомендуется обновиться до самой свежей версии.**
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей минимальная требуемая версия — NocoBase 2.1.0. Рекомендуется обновиться до последней версии.**
## Быстрый старт
+1 -1
View File
@@ -92,7 +92,7 @@ nb init --ui
## Подключение AI Agent к существующему NocoBase
Если у Вас уже есть запущенный экземпляр NocoBase, можно сразу подключить к нему AI Agent. **Из-за быстрого развития ИИ-возможностей полноценный опыт сейчас доступен только в последней beta-версии. Минимальная требуемая версия >= 2.1.0-beta.20, настоятельно рекомендуется обновиться до самой свежей версии.**
Если у Вас уже есть запущенный экземпляр NocoBase, можно сразу подключить к нему AI Agent. **Из-за быстрого развития ИИ-возможностей минимальная требуемая версия — NocoBase 2.1.0. Рекомендуется обновиться до последней версии.**
<Tabs>
<Tab label="Ручное подключение" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ WorkBuddy работает с NocoBase следующим образом:
- Учётная запись WorkBuddy ([регистрация](https://www.codebuddy.cn))
- Node.js >= 22 (для работы NocoBase CLI и Skills)
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей полноценный опыт сейчас доступен только в последней beta-версии. Минимальная требуемая версия >= 2.1.0-beta.20, настоятельно рекомендуется обновиться до самой свежей версии.**
- Если у Вас уже есть экземпляр NocoBase — **из-за быстрого развития ИИ-возможностей минимальная требуемая версия — NocoBase 2.1.0. Рекомендуется обновиться до последней версии.**
:::warning Внимание
+1 -1
View File
@@ -63,7 +63,7 @@ Trước khi bắt đầu, hãy đảm bảo bạn đã chuẩn bị các môi t
- Đã cài Claude Code (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (để chạy NocoBase CLI và Skills)
- Nếu đã có NocoBase, **do năng lực AI được lặp nhanh chóng, hiện tại chỉ phiên bản beta mới nhất hỗ trợ trải nghiệm đầy đủ, yêu cầu phiên bản tối thiểu >= 2.1.0-beta.20, khuyến nghị mạnh mẽ cập nhật lên phiên bản mới nhất.**
- Nếu đã có NocoBase, **do năng lực AI được cập nhật nhanh chóng, yêu cầu phiên bản tối thiểu là NocoBase 2.1.0. Khuyến nghị cập nhật lên phiên bản mới nhất.**
## Bắt đầu nhanh
+1 -1
View File
@@ -61,7 +61,7 @@ Trước khi bắt đầu, hãy đảm bảo bạn đã chuẩn bị các môi t
- Đã cài Codex (`npm install -g @openai/codex`)
- Node.js >= 22 (để chạy NocoBase CLI và Skills)
- Nếu đã có NocoBase, **do năng lực AI được lặp nhanh chóng, hiện tại chỉ phiên bản beta mới nhất hỗ trợ trải nghiệm đầy đủ, yêu cầu phiên bản tối thiểu >= 2.1.0-beta.20, khuyến nghị mạnh mẽ cập nhật lên phiên bản mới nhất.**
- Nếu đã có NocoBase, **do năng lực AI được cập nhật nhanh chóng, yêu cầu phiên bản tối thiểu là NocoBase 2.1.0. Khuyến nghị cập nhật lên phiên bản mới nhất.**
## Bắt đầu nhanh
+1 -1
View File
@@ -69,7 +69,7 @@ Trước khi bắt đầu, hãy đảm bảo bạn đã chuẩn bị các môi t
- Một server chạy Hermes Agent (Linux / macOS, Python 3.10+)
- Node.js >= 22 (để chạy NocoBase CLI và Skills)
- Nếu đã có NocoBase, **do năng lực AI được lặp nhanh chóng, hiện tại chỉ phiên bản beta mới nhất hỗ trợ trải nghiệm đầy đủ, yêu cầu phiên bản tối thiểu >= 2.1.0-beta.20, khuyến nghị mạnh mẽ cập nhật lên phiên bản mới nhất.**
- Nếu đã có NocoBase, **do năng lực AI được cập nhật nhanh chóng, yêu cầu phiên bản tối thiểu là NocoBase 2.1.0. Khuyến nghị cập nhật lên phiên bản mới nhất.**
Cài đặt Hermes chỉ cần một dòng lệnh:
+8 -2
View File
@@ -5,8 +5,6 @@ description: Cài đặt NocoBase CLI và nhanh chóng tạo một ứng dụng
# Cài đặt ứng dụng NocoBase
Nếu bạn chưa có ứng dụng NocoBase, cách nhanh nhất là cài `@nocobase/cli` trước, sau đó chạy `nb init --ui` một lần. Trong đa số trường hợp, cứ đi theo cấu hình mặc định của wizard là đủ.
## Điều kiện tiên quyết
- Node.js >= 22
@@ -88,6 +86,13 @@ Cấu hình CLI mặc định được lưu trong `~/.nocobase/`, vì vậy AI A
Nếu sau này ứng dụng này cần phục vụ người dùng thực tế, bạn không nên dùng trực tiếp `IP + port` trong thời gian dài. Bước tiếp theo thường là thêm reverse proxy và bật HTTPS.
## Bước tiếp theo
- Nếu bạn đã có một ứng dụng NocoBase đang chạy, xem [Hướng dẫn tích hợp AI Agent](./quick-start.mdx)
- Nếu bạn muốn quản lý việc khởi động, dừng, xem log và nâng cấp ứng dụng, xem [Quản lý ứng dụng](../nocobase-cli/operations/manage-app.md)
- Nếu bạn muốn tiếp tục triển khai production, xem [Cài đặt ứng dụng bằng CLI](../nocobase-cli/installation/cli.md) và [Tổng quan triển khai production](../nocobase-cli/production/index.md)
- Nếu bạn muốn để AI bắt đầu xây dựng ứng dụng, xem [AI Builder](../ai-builder/index.md)
## Liên kết liên quan
- [So sánh phương thức cài đặt và phiên bản](../get-started/quickstart.md) — So sánh trước các phương thức cài đặt và kênh phiên bản, rồi mới quyết định cài theo cách nào
@@ -95,4 +100,5 @@ Nếu sau này ứng dụng này cần phục vụ người dùng thực tế, b
- [Tài liệu lệnh `nb init`](../api/cli/init.md) — Khởi tạo ứng dụng mới, tiếp quản ứng dụng cục bộ sẵn có hoặc kết nối ứng dụng từ xa
- [Tài liệu lệnh `nb env info`](../api/cli/env/info.md) — Xem thông tin kết nối và cấu hình runtime của env hiện tại
- [NocoBase CLI](../api/cli/index.md) — Tài liệu đầy đủ cho toàn bộ lệnh `nb`
- [Quản lý ứng dụng](../nocobase-cli/operations/manage-app.md) — Khởi động, dừng, khởi động lại, xem log và nâng cấp ứng dụng
- [Quản lý đa môi trường](../nocobase-cli/operations/multi-environment.md) — Các thao tác thường dùng khi bạn duy trì nhiều env cùng lúc
+1 -1
View File
@@ -63,7 +63,7 @@ Trước khi bắt đầu, hãy đảm bảo bạn đã chuẩn bị các môi t
- Đã triển khai OpenClaw Agent ([Triển khai một thao tác trên Lark](https://openclaw.feishu.cn) hoặc triển khai cục bộ)
- Node.js >= 22 (để chạy NocoBase CLI và Skills)
- Nếu đã có NocoBase, **do năng lực AI được lặp nhanh chóng, hiện tại chỉ phiên bản beta mới nhất hỗ trợ trải nghiệm đầy đủ, yêu cầu phiên bản tối thiểu >= 2.1.0-beta.20, khuyến nghị mạnh mẽ cập nhật lên phiên bản mới nhất.**
- Nếu đã có NocoBase, **do năng lực AI được cập nhật nhanh chóng, yêu cầu phiên bản tối thiểu là NocoBase 2.1.0. Khuyến nghị cập nhật lên phiên bản mới nhất.**
:::warning Lưu ý
+1 -1
View File
@@ -63,7 +63,7 @@ Trước khi bắt đầu, hãy đảm bảo bạn đã chuẩn bị các môi t
- Đã cài OpenCode ([Hướng dẫn cài đặt](https://opencode.ai/docs/))
- Node.js >= 22 (để chạy NocoBase CLI và Skills)
- Nếu đã có NocoBase, **do năng lực AI được lặp nhanh chóng, hiện tại chỉ phiên bản beta mới nhất hỗ trợ trải nghiệm đầy đủ, yêu cầu phiên bản tối thiểu >= 2.1.0-beta.20, khuyến nghị mạnh mẽ cập nhật lên phiên bản mới nhất.**
- Nếu đã có NocoBase, **do năng lực AI được cập nhật nhanh chóng, yêu cầu phiên bản tối thiểu là NocoBase 2.1.0. Khuyến nghị cập nhật lên phiên bản mới nhất.**
## Bắt đầu nhanh
+1 -1
View File
@@ -92,7 +92,7 @@ Sau khi cấu hình xong, khởi động lại phiên AI Agent là có thể b
## AI Agent kết nối NocoBase đã có
Nếu bạn đã có một NocoBase đang chạy, có thể để AI Agent kết nối trực tiếp. **Do năng lực AI được lặp nhanh chóng, hiện tại chỉ phiên bản beta mới nhất hỗ trợ trải nghiệm đầy đủ, yêu cầu phiên bản tối thiểu >= 2.1.0-beta.20, khuyến nghị mạnh mẽ cập nhật lên phiên bản mới nhất.**
Nếu bạn đã có một NocoBase đang chạy, có thể để AI Agent kết nối trực tiếp. **Do năng lực AI được cập nhật nhanh chóng, yêu cầu phiên bản tối thiểu là NocoBase 2.1.0. Khuyến nghị cập nhật lên phiên bản mới nhất.**
<Tabs>
<Tab label="Kết nối thủ công" value="manual-connect">
+1 -1
View File
@@ -70,7 +70,7 @@ Trước khi bắt đầu, hãy đảm bảo bạn đã chuẩn bị các môi t
- Tài khoản WorkBuddy ([Đăng ký](https://www.codebuddy.cn))
- Node.js >= 22 (để chạy NocoBase CLI và Skills)
- Nếu đã có NocoBase, **do năng lực AI được lặp nhanh chóng, hiện tại chỉ phiên bản beta mới nhất hỗ trợ trải nghiệm đầy đủ, yêu cầu phiên bản tối thiểu >= 2.1.0-beta.20, khuyến nghị mạnh mẽ cập nhật lên phiên bản mới nhất.**
- Nếu đã có NocoBase, **do năng lực AI được cập nhật nhanh chóng, yêu cầu phiên bản tối thiểu là NocoBase 2.1.0. Khuyến nghị cập nhật lên phiên bản mới nhất.**
:::warning Lưu ý
@@ -0,0 +1,16 @@
---
title: "App SSO"
keywords: "Authentication"
displayName: "App SSO"
packageName: '@nocobase/plugin-app-sso'
supportedVersions:
- 2.x
description: |
Application-to-application single sign-on for multi-app deployments.
isFree: false
builtIn: false
defaultEnabled: false
editionLevel: 2
---
# App SSO
@@ -0,0 +1,16 @@
---
title: "Data source: External NocoBase"
keywords: "Data sources"
displayName: "Data source: External NocoBase"
packageName: '@nocobase/plugin-data-source-external-nocobase'
supportedVersions:
- 2.x
description: |
Use another NocoBase application as an external data source through API proxy.
isFree: false
builtIn: false
defaultEnabled: false
editionLevel: 1
---
# Data source: External NocoBase
@@ -0,0 +1,14 @@
---
title: "IdP: OAuth"
keywords: "Authentication"
displayName: "IdP: OAuth"
packageName: '@nocobase/plugin-idp-oauth'
description: |
Based on OAuth 2.1 and OpenID Connect, this plugin enables NocoBase to act as an identity provider for other systems.
isFree: true
builtIn: true
defaultEnabled: false
editionLevel: 0
---
# IdP: OAuth
@@ -0,0 +1,14 @@
---
title: "AI: MCP server"
keywords: "AI"
displayName: "AI: MCP server"
packageName: '@nocobase/plugin-mcp-server'
description: |
An MCP server for building NocoBase systems and supporting business workflows.
isFree: true
builtIn: true
defaultEnabled: false
editionLevel: 0
---
# AI: MCP server
+1 -1
View File
@@ -22,7 +22,7 @@ const COMMUNITY_DIR = path.join(ROOT, 'packages', 'plugins', '@nocobase');
const PRO_DIR = path.join(ROOT, 'packages', 'pro-plugins', '@nocobase');
const DOCS_ROOT = path.join(ROOT, 'docs', 'docs');
const LOCALES = ['cn', 'de', 'en', 'es', 'fr', 'ja', 'pt', 'ru'];
const LOCALES = ['cn', 'de', 'en', 'es', 'fr', 'ja', 'pt', 'ru', 'vi', 'id'];
// Load preset deprecated list (optional)
const PRESET_PKG = path.join(ROOT, 'packages', 'presets', 'nocobase', 'package.json');