Add universal uv-based installer#45
Closed
SeaCelo wants to merge 1 commit into
Closed
Conversation
Contributor
|
I think PR #1142 in the OG-Core repo will supplant this. |
Contributor
|
OG-Core PR #1142 merged, so closing this PR. |
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.
This PR adds a from-scratch installer that takes a user from a bare machine (only
gitrequired) to a working OG-ETH environment. The installer runsuv sync, so it only helps once a repo is on uv — it depends on #43 and should merge after it. Opening as a draft until then.scripts/install.sh(macOS/Linux) andscripts/install.ps1(Windows) install uv, clone the repo, runuv sync --extra dev, and verify the import. The target repo is picked from a small menu or with--repo/-Repo, so the same script works for any uv-migrated OG country repo.scripts/QUICK_INSTALL.mdhas brew-style copy-paste one-liners per platform.Where should this live long-term? It's universal — it works for any country repo — so it could go in og-core, in each country repo, or in its own utility repo. This PR proposes OG-ETH because that's where I've been testing it. Happy to move it.
The QUICK_INSTALL one-liners point at
EAPD-DRB/OG-ETH/main, so they work once this and #43 land.cc: @rickecon @jdebacker