mirror of https://github.com/rocboss/paopao-ce
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 weeks ago | |
|---|---|---|
| .. | ||
| aliyun | 3 years ago | |
| core | 3 years ago | |
| huawei | 3 years ago | |
| k8s | 3 years ago | |
| local | 3 years ago | |
| tencent | 3 years ago | |
| README.md | 4 weeks ago | |
| README_ZH.md | 4 weeks ago | |
README.md
Deployment Documentation
English | 简体中文
This directory collects deployment-oriented documentation for PaoPao across local environments, cloud platforms, and Kubernetes-based setups.
For the higher-level setup flow, start with:
- ../../INSTALL.md - installation and runtime setup guide
- ../README.md - overall documentation index
Deployment Sections
| Section | Description |
|---|---|
| core/ | Core deployment concepts and configuration references |
| local/ | Local deployment and local dependency setup notes |
| aliyun/ | Alibaba Cloud deployment documentation |
| huawei/ | Huawei Cloud deployment documentation |
| tencent/ | Tencent Cloud deployment documentation |
| k8s/ | Kubernetes deployment references |
Suggested Reading Order
For local self-hosting
- Read ../../INSTALL.md
- Continue with local/README.md
- Use core/ if you need additional configuration detail
For cloud deployment
- Read ../../INSTALL.md
- Review core/
- Open the provider-specific guide for your target platform:
For Kubernetes-based deployment
- Read ../../INSTALL.md
- Review core/
- Continue with k8s/README.md
Notes
- Some platform directories primarily contain a single README with environment-specific instructions.
local/includes additional assets such as local dependency notes and example config material.- When deployment behavior depends on enabled runtime features, align your infrastructure choices with
config.yamland the selectedFeaturessuite.