Files

29 lines
865 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 部署文档
## 生产环境文档
生产环境的详细部署步骤、配置说明和宝塔面板兼容指南请参阅:
👉 **`docs/PRODUCTION.md`**
该文档包含:
- 完整的部署步骤(从建库到验证)
- 宝塔面板兼容说明(SSL 证书申请、www 用户部署)
- 常见问题排查
- 生产维护命令速查
## 配置文件模板
本目录下的文件为部署模板,实际部署时需根据环境调整:
| 文件 | 用途 |
|------|------|
| `backend/.env.production` | 生产环境变量模板,复制为 `backend/.env` 后编辑 |
| `backend/supervisord.conf` | Supervisor 进程守护配置(备选) |
| `frontend/nginx.conf` | Nginx 配置参考(宝塔面板亦可使用) |
| `database/migrate.sh` | 数据库迁移脚本 |
## 相关文件
- `.env.example` — 开发环境变量示例(位于 `backend/`