Files
nexus/wiki/sources/Vibe-Kanban-OpenCode-Ubuntu安装.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
2026-04-14 20:48:34 +08:00

40 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Vibe-Kanban OpenCode Ubuntu安装"
type: source
tags: []
date: 2026-03-13
---
## Source File
- [[raw/Vibe Coding/Vibe-Kanban + OpenCode 在 Ubuntu Server 上安装与管理指南.md]]
## Summary
- 核心主题Ubuntu Server上Vibe-Kanban和OpenCode安装与管理完整指南
- 问题域AI编程代理管理、本地Vibe Coding部署
- 方法/机制通过nvm管理Node20、使用npx运行vibe-kanban、用pm2管理进程
- 结论/价值构建稳定的AI编程代理工作环境支持多任务并行和进程自动重启
## Key Claims
- 使用nvm安装Node20以兼容vibe-kanban和opencode
- vibe-kanban会spawn随机端口的executor不需要手动启动opencode serve
- 不要用root用户启动OpenCode会导致权限问题
- pm2可实现进程管理、日志查看、自动重启和开机自启
- 保证/var/tmp/vibe-kanban和~/.vibe-kanban目录权限属于运行用户
## Key Concepts
- [[Node版本管理]]nvm实现多版本Node共存
- [[进程管理]]pm2管理Node.js应用生命周期
- [[VibeCoding]]AI编程代理工作流
## Key Entities
- [[VibeKanban]]AI任务看板工具
- [[OpenCode]]AI编程代理
- [[PM2]]Node.js进程管理器
## Connections
- [[VibeKanban]] ← spawns ← [[OpenCode]]
- [[PM2]] ← manages ← [[VibeKanban]]
## Contradictions
- 无冲突