logologo
Get Started
Guide
Development
Plugins
API
English
简体中文
Get Started
Guide
Development
Plugins
API
English
简体中文
logologo
How NocoBase Works
System Requirements
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 PageSystem Requirements
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 features that have undergone initial testing and may have a few issues.Development build with the latest features, which may be incomplete or unstable.
AudienceUsers who require a stable experience and production deployments.Users who want early access to new features and can provide feedback.Technically proficient 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 code required; quick installation; suitable for fast trials.Independent application codebase; supports plugin extensions and UI customization.Obtain the latest source code; suitable for 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 try unreleased versions.
Technical Requirement★☆☆☆☆★★★☆☆★★★★★
Upgrade MethodPull the latest image and restart the container.Update dependencies with yarn.Synchronize updates through Git.
TutorialsInstallation Upgrade DeploymentInstallation Upgrade DeploymentInstallation Upgrade Deployment