Skip to content

docs: explain package variants in install.md#95

Merged
renecannao merged 1 commit intomasterfrom
docs-package-variants
Apr 16, 2026
Merged

docs: explain package variants in install.md#95
renecannao merged 1 commit intomasterfrom
docs-package-variants

Conversation

@renecannao
Copy link
Copy Markdown

Summary

  • Add a "Which package do I need?" section to docs/install.md covering the three release package variants (orchestrator, orchestrator-cli, orchestrator-client), when each applies, and why the orchestrator-client package is only a few KB (shell-only wrapper).

Motivation

Each release ships three .deb/.rpm/.tar.gz variants per architecture, but the user-facing install guide only said "dpkg -i orchestrator_1.0_amd64.deb" without explaining the choice. The distinction was only documented in the developer-oriented docs/release.md.

Test plan

  • script/test-docs passes locally

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 16, 2026

Warning

Rate limit exceeded

@renecannao has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 36 minutes and 25 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 36 minutes and 25 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dc73256c-bd99-4bb5-b0b7-d7fbbc7e3432

📥 Commits

Reviewing files that changed from the base of the PR and between 521fda1 and 7c01e91.

📒 Files selected for processing (1)
  • docs/install.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs-package-variants

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a section to the installation documentation clarifying the differences between the orchestrator, orchestrator-cli, and orchestrator-client package variants. The review feedback suggests consolidating this new information with existing redundant text later in the document and adding curl as a documented dependency for the orchestrator-client package.

Comment thread docs/install.md
The following assumes you will be using the same machine for both the `orchestrator` binary and the MySQL backend.
If not, replace `127.0.0.1` with appropriate host name. Replace `orch_backend_password` with your own super secret password.

#### Which package do I need?
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This new section provides a clear explanation of the package variants. However, it introduces redundancy with the existing text at the end of the document (lines 93-95), which also describes the requirements for CLI vs. Web UI modes. To maintain a single source of truth and improve document flow, consider removing or consolidating the redundant text at the end of the file.

Comment thread docs/install.md

- **`orchestrator`** — the full server install. Contains the `orchestrator` binary, the web UI resources, sample config files, and the systemd unit. This is what you want on the host(s) that will run the `orchestrator` service with the HTTP API and web interface.
- **`orchestrator-cli`** — the `orchestrator` binary only. Pick this when you want to run `orchestrator` from the command line (CLI mode) or as an HTTP API server without the web UI, and you do not need the sample configs or systemd unit.
- **`orchestrator-client`** — a thin bash wrapper around the HTTP API (see [orchestrator-client](orchestrator-client.md)). It is a single shell script that depends on `jq`; install it on ops/app boxes that need to talk to an already-running `orchestrator` service without shipping the Go binary. Because it is shell-only, the package is only a few KB — that is expected.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The orchestrator-client script relies on curl to interact with the orchestrator API, in addition to jq for parsing responses. Mentioning curl as a dependency ensures users are aware of all necessary tools for the client to function correctly.

Suggested change
- **`orchestrator-client`** — a thin bash wrapper around the HTTP API (see [orchestrator-client](orchestrator-client.md)). It is a single shell script that depends on `jq`; install it on ops/app boxes that need to talk to an already-running `orchestrator` service without shipping the Go binary. Because it is shell-only, the package is only a few KB — that is expected.
- **`orchestrator-client`** — a thin bash wrapper around the HTTP API (see [orchestrator-client](orchestrator-client.md)). It is a single shell script that depends on `jq` and `curl`; install it on ops/app boxes that need to talk to an already-running `orchestrator` service without shipping the Go binary. Because it is shell-only, the package is only a few KB — that is expected.

@renecannao renecannao merged commit 42c66d3 into master Apr 16, 2026
7 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant