Simplify OSS quick start to plain-binary flow#6441
Open
sdairs wants to merge 2 commits into
Open
Conversation
Rework the OSS quick start so reaching an interactive terminal is just two commands (curl | sh, then ./clickhouse) instead of the multi-step clickhousectl flow. clickhousectl is still surfaced as also-installed, with a link to its install page for the CLI-based workflow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
You must have Developer access to commit code to ClickHouse on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
dhtclk
approved these changes
Jun 24, 2026
Blargian
approved these changes
Jun 25, 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
The OSS quick start currently uses
clickhousectl, which takes several steps to reach an interactive terminal (install CLI →local use latest→server start→client) versus the old plain-binary flow's two (curl … | sh, then./clickhouse).This reworks the page so the first step leads with those two commands together as the first code block (mirroring /install/quick-install), reaching an interactive
clickhouse-localsession immediately.clickhousectlis still surfaced — the samecurlinstalls it — via a tip linking to /install/clickhousectl for the CLI-based workflow. The SQL tutorial steps (create table, insert, query) are unchanged.Checklist
🤖 Generated with Claude Code