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.
paopao-ce/docs/deploy
ROC 46bcd8b518
docs: revamp bilingual README and documentation entry guides
4 weeks ago
..
aliyun add initial docs/deploy documents 3 years ago
core add disallow user register feature support 3 years ago
huawei add initial docs/deploy documents 3 years ago
k8s add initial docs/deploy documents 3 years ago
local use github.com/rueian/rueidis as Redis client and abstract RedisCache interface 3 years ago
tencent add initial docs/deploy documents 3 years ago
README.md docs: revamp bilingual README and documentation entry guides 4 weeks ago
README_ZH.md docs: revamp bilingual README and documentation entry guides 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:

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

  1. Read ../../INSTALL.md
  2. Continue with local/README.md
  3. Use core/ if you need additional configuration detail

For cloud deployment

  1. Read ../../INSTALL.md
  2. Review core/
  3. Open the provider-specific guide for your target platform:

For Kubernetes-based deployment

  1. Read ../../INSTALL.md
  2. Review core/
  3. 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.yaml and the selected Features suite.