Files
nexus/wiki/sources/vibe-kanban-opencode-ubuntu-guide.md
2026-04-14 16:02:50 +08:00

1.5 KiB
Raw Blame History

id, title, type, tags, sources, last_updated
id title type tags sources last_updated
vibe-kanban-opencode-ubuntu-guide Vibe-Kanban + OpenCode 在 Ubuntu Server 上安装与管理指南 source
npm
npx
pm2
ubuntu
vibe-coding
vibe-kanban
2026-04-14

Summary

  • 核心主题Ubuntu Server 环境下 Vibe-Kanban 与 OpenCode 的完整安装与进程管理
  • 问题域AI 编码 Agent 的本地化部署与运维管理
  • 方法/机制:通过 nvm 安装 Node 20使用 pm2 管理进程,确保非 root 用户权限正确
  • 结论/价值:提供可复用的生产环境部署指南

Key Claims

  • Vibe-Kanban 和 OpenCode 必须以非 root 用户运行,避免权限问题
  • Node 版本必须使用 20兼容最新工具链
  • pm2 可实现进程自动重启和开机自启
  • /var/tmp/vibe-kanban~/.vibe-kanban 目录权限必须属于运行用户

Key Concepts

  • Vibe-KanbanAI 编码 Agent 任务看板,支持多 Agent 协作
  • OpenCode:开源 AI 编码 Agent提供终端界面和桌面应用
  • PM2Node.js 进程管理器,支持进程守护和负载均衡
  • nvmNode.js 版本管理器,支持多版本共存
  • Node-jsJavaScript 运行时环境

Key Entities

  • BloopAIVibe-Kanban 背后的公司,提供开源 AI 编码工具

Connections

Contradictions