44 lines
2.0 KiB
Markdown
44 lines
2.0 KiB
Markdown
---
|
||
title: "在Ubuntu 上安装Vibe-Kanban"
|
||
type: source
|
||
tags: [vibe-coding, vibe-kanban, pm2, ubuntu]
|
||
date: 2026-04-17
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Vibe Coding/在Ubuntu上安装Vibe-Kanban.md]]
|
||
|
||
## Summary
|
||
- 核心主题:在 Ubuntu 系统上安装配置 Vibe-Kanban AI 任务管理工具
|
||
- 问题域:Vibe Coding 工作流工具安装与进程管理
|
||
- 方法/机制:通过 npx 启动应用,使用 pm2 进行进程管理和开机自启
|
||
- 结论/价值:提供 AI 辅助开发的任务看板完整配置方案
|
||
|
||
## Key Claims
|
||
- Vibe Kanban 运行 AI agents 时默认使用 `--dangerously-skip-permissions` 和 `--yolo` 标志,使 agents 可以自主工作无需频繁确认
|
||
- 每个任务运行在隔离的 git worktree 中,防止 agents 相互干扰
|
||
- PM2 可实现进程自动重启、开机自启,并提供管理界面
|
||
|
||
## Key Quotes
|
||
> "Vibe Kanban runs AI agents with —dangerously-skip-permissions/—yolo flags by default so they can work autonomously without constant approval prompts." — 官方安全说明
|
||
|
||
> "Each task runs in an isolated git worktree, preventing agents from interfering with each other." — 隔离机制说明
|
||
|
||
## Key Concepts
|
||
- [[Vibe Coding]]:AI 辅助开发方式,自然语言描述需求,AI 负责代码实现
|
||
- [[pm2]]:Node.js 进程管理器,提供进程守护、日志管理和负载均衡
|
||
- [[npx]]:Node.js 官方包执行工具,无需全局安装即可运行 npm 包
|
||
|
||
## Key Entities
|
||
- [[Vibe-Kanban]]:AI Agent 管理工具,支持 Vibe Coding 工作流
|
||
- [[OpenCode]]:开源 AI 编程助手
|
||
|
||
## Connections
|
||
- [[Vibe-Kanban]] ← extends ← [[Vibe Coding]]
|
||
- [[Vibe-Kanban]] ← managed_by ← [[pm2]]
|
||
- [[Vibe-Kanban]] ← uses ← [[OpenCode]]
|
||
|
||
## Contradictions
|
||
- 与 [[如何在ubuntu上安装opencode并配置vibe-kanban.md]] 内容部分重叠:后者侧重 OpenCode 配置,本文件侧重 Vibe-Kanban 独立安装和 PM2 管理
|
||
- 与 [[vibe-kanban-opencode-ubuntu-server-installation-guide.md]] 内容部分重叠:后者是完整指南,本文件聚焦核心安装步骤
|