Files
nexus/wiki/sources/Vibe-Kanban-OpenCode-Ubuntu安装指南.md

1.4 KiB
Raw Blame History

title, type, tags, date
title type tags date
Vibe-Kanban OpenCode Ubuntu安装指南 source
Vibe-Kanban
OpenCode
Ubuntu
pm2
2026-03-29

Source File

Summary

  • 核心主题Ubuntu Server安装配置Vibe-Kanban+OpenCode并用pm2管理进程
  • 问题域AI辅助编程工具的环境配置
  • 方法/机制nvm安装Node20 → npm安装 → pm2进程管理
  • 结论/价值完整安装流程注意不要用root启动OpenCode serve

Key Claims

  • 清理旧安装:删除旧工作树 ~/.vibe-kanban确保shenwei用户有目录权限
  • nvm安装Node20curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
  • Vibe-Kanban安装npm install -g vibe-kanban
  • OpenCode安装npm install -g opencode-ai
  • pm2管理pm2 start "RUST_LOG=debug HOST=0.0.0.0 PORT=9999 npx vibe-kanban" --name vibe-kanban
  • 验证ss -lntp | grep opencode检查端口curl http://127.0.0.1:9999访问
  • 不要用root启动OpenCode servevibe-kanban会自动spawn executor

Key Concepts

Key Entities

Connections

Contradictions

  • 无冲突