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/README.md

1.8 KiB

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.