feat(server): modularize backend and admin console

This commit is contained in:
2026-07-14 01:38:41 +00:00
parent 9a6ac1e4ed
commit 95dd32c75a
261 changed files with 39289 additions and 2156 deletions
+17
View File
@@ -0,0 +1,17 @@
服务端脚本说明
==============
本目录保存 update-server 的辅助脚本。项目根目录保留 Dockerfile、docker-compose、main.py、requirements.txt 等启动和部署入口,脚本统一放在 scripts/。
脚本列表:
1. package-offline-server.sh
生成服务端 Docker 离线部署包,包含 API 镜像、MinIO 镜像、docker-compose.yml、.env.example、load-images.sh 和签名密钥。
推荐在 update-server 根目录执行:
```bash
bash ./scripts/package-offline-server.sh \
--version 0.1.0 \
--output-dir ./dist/SimCAEServerDockerPackage
```