chore(docs): include the wiki instruction as the README in the docker compose folder#4320
Open
bobbai00 wants to merge 2 commits intoapache:mainfrom
Open
chore(docs): include the wiki instruction as the README in the docker compose folder#4320bobbai00 wants to merge 2 commits intoapache:mainfrom
bobbai00 wants to merge 2 commits intoapache:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chenlica
requested changes
Mar 22, 2026
| cp "$TEMP_DIR/_raw/bin/single-node/README.md" "$BUNDLE_DIR/" | ||
| # Fetch the README from the GitHub wiki and remove the download section | ||
| # (users of the tarball already have the files, so that section is irrelevant) | ||
| curl -fsSL "https://raw.githubusercontent.com/wiki/apache/texera/Installing-Apache-Texera-using-Docker.md" \ |
Contributor
There was a problem hiding this comment.
It replies on the content of another page https://raw.githubusercontent.com/wiki/apache/texera/Installing-Apache-Texera-using-Docker.md with instructions. Then this package is not self-contained. Can we include this file into this release as well?
Contributor
Author
There was a problem hiding this comment.
fixed. Please check
Replace the placeholder README in bin/single-node/ with the full installation guide from the wiki, minus the download section (since tarball users already have the files). Reverts the CI workflow change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
What changes were proposed in this PR?
Replace the placeholder
bin/single-node/README.mdwith the full Docker Compose setup guide from the wiki, with the "Download the docker compose tarball" section removed (tarball users already have the files).Any related issues, documentation, discussions?
Wiki page: https://github.com/apache/texera/wiki/Installing-Apache-Texera-using-Docker
How was this PR tested?
Content verified against the wiki source.
Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.6)