logologo
Get Started
Guide
Development
Plugins
API
English
简体中文
Get Started
Guide
Development
Plugins
API
English
简体中文
logologo
How NocoBase Works
Installation and Version Comparison

Install NocoBase

Docker Installation
create-nocobase-app Installation
Git Source Installation
Environment Variables

Upgrade NocoBase

Upgrade Docker Installation
Upgrade create-nocobase-app Installation
Upgrade Git Source Installation

Deployment

Production Environment Deployment

Static Resource Proxy

nginx
caddy
cdn

Common Operations Commands

docker compose
pm2
How to Deploy Faster
Install and Upgrade Plugins
Previous PageHow NocoBase Works
Next PageDocker Installation

#Installation and Version Comparison

You can install NocoBase in different ways.

#Version Comparison

ItemLatest (Stable)BetaAlpha (Development)
FeaturesStable features, well-tested, only bug fixes.Includes upcoming new features, has undergone initial testing, and may have a few issues.A version under development, with the latest features but may be incomplete or unstable.
AudienceUsers who want a stable experience, production environment deployment.Users who want to experience new features in advance and provide feedback.Technical users and contributors interested in cutting-edge development.
Stability★★★★★★★★★☆★★☆☆☆
Recommended for ProductionRecommendedUse with cautionUse with caution

#Installation Method Comparison

ItemDocker Installation (Recommended)create-nocobase-app InstallationGit Source Code Installation
FeaturesNo coding required, simple installation, suitable for a quick experience.Independent business code, supports plugin extensions and interface customization.Get the latest source code directly, can participate in contribution and debugging.
ScenariosNo-code users, users who want to quickly deploy to a server.Front-end/full-stack developers, team projects, low-code development.Technical developers, users who want to experience unreleased versions.
Technical Requirement★☆☆☆☆★★★☆☆★★★★★
Upgrade MethodPull the latest image and restart the containerUpdate dependencies using yarnSynchronize updates through the Git process
TutorialsInstallation Upgrade DeploymentInstallation Upgrade DeploymentInstallation Upgrade Deployment