Skip to main content

Comparison of deployment methods

System requirements (privatized deployment)

Open Source Edition Deployment — Quick Start

The ZGI core framework is completely open source on GitHub, and anyone can start the complete service stack directly from the source code.

Warehouse structure

Use git submodule to organize multiple warehouses, and the top-level warehouse is responsible for product-level aggregation:
make dev-docker will be automatically completed when run for the first time Initialize submodule → Copy missing env template → Regenerate root compose → Start full Docker stack. No manual work required.

Mainland China network acceleration

If the image build is slow or unstable, you can use the --china mode to inject the recommended image source configuration (the template file will not be rewritten):

Environment variable management

macOS/Linux — Source code development model

Windows Deployment

Minimum support for Windows is Docker Desktop + PowerShell. Source code development aids rely on Unix-like shells and are not available on Windows.

Default service address

Kubernetes deployment