# 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 · 拉取项目
$ git clone https://github.com/Hector-xue/IvyeaOps.git
$ cd IvyeaOps
# 2 · 一键安装(装依赖+构建+生成 .env)
$ bash scripts/install.sh
# 3 · 启动服务
$ bash scripts/start.sh
→ http://127.0.0.1:8001 ✓
# 1 · 拉取项目
PS> git clone https://github.com/Hector-xue/IvyeaOps.git
# 2 · 双击「安装 IvyeaOps.bat」
自动装 Python/Node + 依赖,并在桌面创建快捷方式
# 3 · 双击桌面「IvyeaOps」启动
→ http://127.0.0.1:8001 ✓
不想装 Node / 小内存服务器:用 Releases 里的「预构建包」(已含前端、免构建)。 🇨🇳 GitHub 慢:链接前加 gh-proxy.com/ 代理(零登录)。