This commit is contained in:
Your Name
2026-04-16 13:05:07 +08:00
commit 32efff1670
99 changed files with 9974 additions and 0 deletions

View File

@@ -0,0 +1,84 @@
# 12 domainCheck 导航索引
## 一、最常用入口
### 1. 最新交付物
- 最新交付包:`release/latest_release.json`
- 最新摘要:`release/latest_release.txt`
- 最终准备报告:`release/final_release_report.json`
### 2. 最终结论文档
- `docs/10_domainCheck_最终交付结论.md`
### 3. Linux 联调时给我的材料
- `docs/11_domainCheck_Linux联调输入清单.md`
## 二、文档阅读顺序
### 1. 先看总体方案
- `docs/04_domainCheck_WebLinux改造总体方案.md`
### 2. 再看交付与部署
- `docs/08_domainCheck_交付说明.md`
- `docs/05_domainCheck_Linux部署清单.md`
- `docs/07_domainCheck_WebLinux发布验收清单.md`
- `docs/09_domainCheck_交付打包说明.md`
### 3. 如果要回溯历史需求与问题
- `docs/01_domainCheck_验收清单.md`
- `docs/02_domainCheck_优化清单_待审核.md`
- `docs/03_domainCheck_整改清单_外包版.md`
- `docs/06_domainCheck_Web版当前完成度.md`
## 三、最常用脚本
### 1. Windows 本地启停
- `start_domain_stack.ps1`
- `stop_domain_stack.ps1`
- `smoke_test_stack.ps1`
### 2. 交付打包
- `package_domain_release.ps1`
- `verify_domain_release.ps1`
- `prepare_final_release.ps1`
- `show_latest_release.ps1`
## 四、Linux 侧关键文件
### 1. API/Worker 部署
- `domain-api/deploy/systemd/domain-api.service`
- `domain-api/deploy/systemd/domain-worker.service`
- `domain-api/deploy/linux/README.md`
- `domain-api/deploy/linux/smoke_test.py`
- `domain-api/deploy/linux/collect_diagnostics.sh`
### 2. Web 部署
- `domain-web/deploy/nginx/domain-web.conf`
- `domain-web/deploy/linux/publish.sh`
## 五、当前最新状态
当前这套项目已经完成:
- 本地开发
- Web/API 落地
- 自检/自测
- 配置迁移与备份
- 打包与验包
- 最终发布准备
剩余工作只在真实 Linux 环境:
- 部署
- 联调
- 灰度上线