You can install NocoBase in different ways.
| Item | Latest (Stable) | Beta | Alpha (Development) |
|---|---|---|---|
| Features | Stable 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. |
| Audience | Users 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 Production | Recommended | Use with caution | Use with caution |
| Item | Docker Installation (Recommended) | create-nocobase-app Installation | Git Source Code Installation |
|---|---|---|---|
| Features | No 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. |
| Scenarios | No-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 Method | Pull the latest image and restart the container | Update dependencies using yarn | Synchronize updates through the Git process |
| Tutorials | Installation Upgrade Deployment | Installation Upgrade Deployment | Installation Upgrade Deployment |