# 1 · 拉取项目
$ git clone https://github.com/Hector-xue/IvyeaOps.git
$ cd IvyeaOps
# 2 · 配置环境
$ cp .env.example .env # admin password & port
# 3 · 启动服务
$ docker compose up -d
→ http://localhost:8080 ✓
# 1 · 拉取项目
PS> git clone https://github.com/Hector-xue/IvyeaOps.git
PS> cd IvyeaOps
# 2 · 配置环境
PS> copy .env.example .env # admin password & port
# 3 · 启动服务(需 Docker Desktop)
PS> docker compose up -d
→ http://localhost:8080 ✓
# 1 · 下载预构建包
$ curl -L https://github.com/Hector-xue/IvyeaOps/releases/latest/download/IvyeaOps.zip -o IvyeaOps.zip
$ unzip IvyeaOps.zip && cd IvyeaOps
# 2 · 一键安装(前端已打包)
$ bash scripts/install.sh
# 3 · 启动服务
$ bash scripts/start.sh
→ http://127.0.0.1:8001 ✓
# 1 · 下载 Windows x64 包
PS> IvyeaOps-Windows-x64.zip # from Releases
# 2 · 双击「安装 IvyeaOps Windows x64.bat」
免 Python / Node,创建桌面快捷方式
# 3 · 双击桌面「IvyeaOps」后台启动
→ http://127.0.0.1:8001 ✓
普通包:IvyeaOps.zip 已含前端与 Windows 后端 wheels;Windows 免环境:选 IvyeaOps-Windows-x64.zip;Hermes/GBrain 可稍后安装或修复。