Files
nexus/wiki/sources/在ubuntu上安装vibe-kanban.md

2.8 KiB
Raw Blame History

title, type, tags, date
title type tags date
在Ubuntu上安装Vibe-Kanban source
npm
npx
pm2
ubuntu
vibe-coding
vibe-kanban
2026-06-04

Source File

Summary用中文描述

  • 核心主题:在 Ubuntu Server 上安装和配置 Vibe-Kanban AI 任务管理工具
  • 问题域AI 辅助编程工作流、任务管理工具的服务器端部署
  • 方法/机制:通过 npx 直接运行 Vibe-Kanban使用 PM2 进程管理器实现后台运行和开机自启
  • 结论/价值:提供完整的 Vibe-Kanban 安装指南,包括可选的 GitHub CLI 和 MCP 集成

Key Claims用中文描述

  • Vibe Kanban 默认以 --dangerously-skip-permissions/--yolo 标志运行 AI 代理,允许自主操作无需持续审批
  • 每个任务在隔离的 git worktree 中运行,防止代理之间相互干扰
  • 使用 PORT=8080 npx vibe-kanban 可指定固定端口
  • PM2 可以实现进程自动重启和开机自启,通过 pm2 startup 配置
  • 使用 HOST=0.0.0.0 PORT=9999 npx vibe-kanban 可实现局域网访问

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." — 隔离机制说明 "Vibe Kanban uses the GitHub CLI for creating pull requests. Ensure gh is installed and authenticated on your system." — GitHub 集成依赖

Key Concepts

  • PM2Node.js 进程管理器,提供进程守护、自动重启和开机自启功能
  • npxNode.js 包执行工具,无需全局安装即可运行包
  • Vibe CodingAI 辅助编程范式,通过自然语言描述让 AI 代理完成编码任务
  • MCP ServerModel Context Protocol 服务器,用于标准化 AI 代理与外部工具的集成

Key Entities

  • Vibe-KanbanBloopAI 出品的 AI 任务管理看板工具,支持多种编码代理
  • BloopAI:开发 Vibe-Kanban 的 AI 代码工具公司
  • Node.jsVibe-Kanban 运行所需的 JavaScript 运行时环境
  • GitHub CLI:用于创建 Pull Request 的命令行工具Vibe-Kanban 可选集成

Connections

Contradictions