[chore](quick-start) start the Docker cluster with a one-line curl command in 3.x docs - #4077
Merged
Merged
Conversation
…mmand in 3.x docs Mirror the current / 4.x change to the 3.x docs: replace the "download the script + chmod + bash start-doris.sh" flow in the "Use Docker for Quick Deployment" section with a single curl one-liner: curl -fsSL https://doris.apache.org/files/start-doris.sh | bash -s -- -v 3.0.8 The `-v` parameter is kept, since 3.x users still need to pin a 3.x version rather than take the default latest release. The section drops from 3 steps to 2, so the "connect with MySQL client" step is renumbered accordingly. Applies to both EN and zh-CN in the 3.x version. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Lh5WHTh9uCAf66miXZDEGa
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.
Versions
Languages
Docs Checklist
What's changed
Mirrors the current / 4.x quick-start change to the 3.x docs. In the "Use Docker for Quick Deployment" section, the download the script ->
chmod 755->bash start-doris.shflow is replaced by a single curl one-liner:curl -fsSL https://doris.apache.org/files/start-doris.sh | bash -s -- -v 3.0.8The
-vparameter is kept here (unlike in the current / 4.x docs, where it is optional), since 3.x readers still need to pin a 3.x version rather than take the default latest release.The section drops from 3 steps to 2, so the "connect with MySQL client and check the cluster status" step is renumbered from Step 3 to Step 2.
Applies to both EN (
versioned_docs/version-3.x) and zh-CN (i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x).🤖 Generated with Claude Code
https://claude.ai/code/session_01Lh5WHTh9uCAf66miXZDEGa