安装指南:ABC Compute Forum 环境搭建 🛠️
系统要求 📦
- 操作系统: Linux (推荐 Ubuntu 20.04+) / macOS / Windows 10+
- 依赖项:
- Python 3.8+
- Docker Engine 20.10+
- Git 工具
- 硬件: 至少 4GB 内存,2核 CPU
安装步骤 📚
克隆仓库
git clone https://github.com/abc-compute-forum/installation.git
配置环境
进入项目目录并运行初始化脚本:cd installation ./setup.sh
启动服务
使用 Docker 部署平台:docker-compose up -d
验证安装 🧪
- 访问本地服务:http://localhost:8080
- 检查日志文件:
installation/logs/installation.log
- 使用
curl
测试 API 接口:curl http://localhost:8080/api/v1/health