docs: clarify Linux installer controller/pool behavior and prerequisites#31
Draft
cursor[bot] wants to merge 1 commit intomasterfrom
Draft
docs: clarify Linux installer controller/pool behavior and prerequisites#31cursor[bot] wants to merge 1 commit intomasterfrom
cursor[bot] wants to merge 1 commit intomasterfrom
Conversation
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
Updated existing docs to reflect recently merged Linux installer behavior in
Juice-Labs/juice-oss.Docs updated
docs/juice/user-guide/setup/installation.mdcurl https://get.juicelabs.co | ... sh -)INSTALL_JUICE_TOKEN(required)INSTALL_JUICE_POOL(optional)INSTALL_JUICE_CONTROLLER(optional)docs/juice/user-guide/setup/systerm-reqs.mdglibc >= 2.27systemdoropenrccurlorwgetdocs/juice/troubleshooting/troubleshooting.mdINSTALL_JUICE_POOLis omitted (binaries only; no service created/started).Source codepaths covered
All doc claims were verified against
Juice-Labs/juice-ossinstaller source and recent merged PRs:installer/install-juice.shsetup_env()(INSTALL_JUICE_CONTROLLERdefault/override)verify_token()(controller-aware token check)verify_libaries()(glibcminimum and dependency checks)INSTALL_JUICE_POOLfor service creation/startValidation
npm run build.