feat(部署): Ubuntu/Debian 原生一键部署(DataLink 外置)#1
Open
wangjk9527 wants to merge 3 commits into
Open
Conversation
wangjk9527
marked this pull request as ready for review
July 26, 2026 06:56
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
提供 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。
wangjk9527
force-pushed
the
cursor/native-one-click-deployment-v2-f252
branch
from
July 26, 2026 07:16
7e2da5b to
1694cc7
Compare
仅在 verified running state 时标记 managed ports;redeploy 默认以磁盘密钥为准;launchId 校验失败时清除 stale 状态且不向错误进程发信号。附带端口精确匹配、postgres URL 脱敏与 .env 权限提示。
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
基于 main reset 后重提原 datagallery-lab#82:提供
./deploy.shUbuntu/Debian 原生一键部署,仅托管 Web + API。相对已合并后被 wipe 的 datagallery-lab#82:
uv sync/ 健康检查 DataLinknpm run start→scripts/start.mjs+ 无 DataLink 的stack-runnerserverUrl/apiUrlnative-deploy-smoke,不恢复 DataLink CI jobHead:
wangjk9527:cursor/native-one-click-deployment-v2-f252(可据此向datagallery-lab/datafoundrymain开正式 PR)。Test plan
npm run test:deploy(87 pass)npm run smoke:native-deploy(ok)npm run start/ stack-runner 仅 Web + API