Add docs/DEV_SETUP.md: local setup guide with platform caveats - #12
Open
behinddwalls wants to merge 1 commit into
Open
Add docs/DEV_SETUP.md: local setup guide with platform caveats#12behinddwalls wants to merge 1 commit into
behinddwalls wants to merge 1 commit into
Conversation
## Summary ### Why? Setting up walgit on a fresh machine took a full debugging session: cargo not on PATH after rustup, Node 24 + pnpm/corepack unstated, protoc discovered mid-build, and a corporate agent holding port 9000 made the documented `just dev-store` unreachable on macOS with no actionable error. The README lists tools by name but not versions or per-platform installs, and never mentions just or a container runtime. ### What? - `docs/DEV_SETUP.md`: prerequisites table (exact versions, macOS + Linux install), build, `just dev-local`, git CA pinning for the self-signed origin, the test tiers, and the macOS port-9000 check with the `WALGIT__STORE__S3__ENDPOINT` workaround. - README "Running it" and the AGENTS.md doc map link to it (one home per fact). The hermeticity fix itself (pinned toolchain / dev-store preflight) is tracked in the issue filed alongside this change. ## Issue Part of tobi#11
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
Why?
Setting up walgit on a fresh machine took a full debugging session: cargo not on PATH after rustup, Node 24 + pnpm/corepack unstated, protoc discovered mid-build, and a corporate agent holding port 9000 made the documented
just dev-storeunreachable on macOS with no actionable error. The README lists tools by name but not versions or per-platform installs, and never mentions just or a container runtime.What?
docs/DEV_SETUP.md: prerequisites table (exact versions, macOS + Linux install), build,just dev-local, git CA pinning for the self-signed origin, the test tiers, and the macOS port-9000 check with theWALGIT__STORE__S3__ENDPOINTworkaround.The hermeticity fix itself (pinned toolchain / dev-store preflight) is tracked in the issue filed alongside this change.
Issue
Part of #11