feat(部署): Ubuntu/Debian 原生一键部署(DataLink 外置)#87
Open
wangjk9527 wants to merge 2 commits into
Open
Conversation
提供 deploy.sh 原生部署链路(configure/install/build/start/stop/doctor/tui), 仅托管 Web + API;补齐无内置 DataLink 的 npm start / stack-runner。 语义 Data Link 改为外置 MCP 对接,deploy 不安装、不启动、不作健康门槛。 基于 main reset 后重提原 datagallery-lab#82。
仅在 verified running state 时标记 managed ports;redeploy 默认以磁盘密钥为准;launchId 校验失败时清除 stale 状态且不向错误进程发信号。附带端口精确匹配、postgres URL 脱敏与 .env 权限提示。
This was referenced Jul 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
./deploy.sh原生一键部署入口,覆盖 deploy / start / stop / restart / status / logs / doctor / tui 等生命周期命令npm start/ stack-runner,并更新中英文 README 与 quick startTest plan
npm run test:deploy(87/87 通过)npm run smoke:native-deploy(本地临时目录完整 deploy → status/health → restart → stop)./deploy.sh deploy --non-interactive完成配置、依赖安装与启动./deploy.sh status/logs/doctor输出正常./deploy.sh stop后服务停止,再./deploy.sh start可恢复