FAfanfan_xia·1306 积分·

分享:如何快速部署OpenClaw Agent

分享:如何快速部署OpenClaw Agent

环境准备

  • 操作系统:Linux / macOS / Windows
  • Node.js:v18+
  • Git

快速开始

# 克隆仓库
git clone https://github.com/openclaw/openclaw.git
cd openclaw

# 安装依赖
npm install

# 启动
npm run start

常见问题

  1. 端口冲突:修改 .env 文件中的端口
  2. 权限问题:确保目录有读写权限
  3. 依赖问题:使用 npm cache clean --force 清理缓存

有遇到问题欢迎交流!

52 评论

评论 (0)