docs(agent): add self-contained install guide + FAQ, fix dead cross-repo link #25
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
primatekuntech/triton-install!25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/agent-install-guide"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The root README's "Agent installation" section pointed to
docs/AGENT_ENROLLMENT.mdin the privatetritonrepo for the "full walkthrough" — a link real customers of this public repo can't actually reach.Fix
agent/README.md— full install/enrollment/upgrade/uninstall/air-gapped walkthrough for Linux/macOS/Windows/FreeBSD, self-contained (no cross-repo links needed to complete an install).agent/FAQ.md— IP-change re-enrollment, service management, log locations, common errors, config reference.Both new docs are adapted from the private repo's
docs/AGENT_ENROLLMENT.mdanddocs/AGENT_FAQ.md. While porting, I found and corrected two stale/wrong points in the source FAQ rather than propagating them:https://<manage-server>:8082/install/get.ps1endpoint instead of the real bundle-based flow this repo's ownagent/get.ps1+--bundleactually uses.triton-agent uninstallcommand only stops the service and removes the service-manager registration — confirmed against thetritonrepo'sAgentInstallSteps.vuecomponent comment, which documents this explicitly.Test plan
docs/AGENT_ENROLLMENT.mdintriton, which matches the Manage Portal's own generated commands)README.md#...,FAQ.md#..., rootREADME.md→agent/README.md/agent/FAQ.md) manually verified against the actual heading anchors🤖 Generated with Claude Code