feat(install): 支持 macOS 系统的一键部署

- 更新 README.md 标题为 Linux/Mac 兼容
- 添加 macOS 系统检测逻辑,使用 uname 命令识别 Darwin 内核
- 实现 macOS Docker Desktop 的自动安装功能,通过 Homebrew 安装
- 添加 Docker Desktop 启动等待机制,最多等待 120 秒
- 提供 macOS 用户安装选项,支持自动或手动安装模式
- 跳过 macOS 上的 systemd 服务管理命令执行
This commit is contained in:
2026-04-09 21:26:56 +08:00
parent 8365433014
commit 2f0ae76273
2 changed files with 75 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## 一键部署
### Linux
### Linux/Mac
```bash
git clone https://git.51easyai.com/wangbo/easyai.git && cd easyai && chmod +x start.sh && ./start.sh