Skip to content

docs: trim the Device Agent install overview - #8240

Open
dimitrieh wants to merge 1 commit into
mainfrom
docs/device-agent-install-overview-trim
Open

docs: trim the Device Agent install overview#8240
dimitrieh wants to merge 1 commit into
mainfrom
docs/device-agent-install-overview-trim

Conversation

@dimitrieh

Copy link
Copy Markdown
Contributor

Description

Three corrections to docs/device-agent/install/overview.md. The install commands on this page were already right and are untouched.

The bullet list repeated the block above it. The page shows the quick install commands, links the Quick Start and the Installer reference, then immediately repeated both of those links as bullets. It now lists only the three alternative paths.

The Node.js prerequisite was misleading. It read as though the reader must install Node.js 18+, on a page whose recommended path installs a runtime for them. It now says which paths actually need it.

"Verify the installation" step 2 was stale. It told the reader to run the agent so it could help them get registered, which the installer has already done by that point. It now checks the service instead, and moves the register-it-yourself pointer to where it applies.

That last change also fixes a wrong service name. The installer suffixes the service with the port (installer/go/cmd/install.go:54), so the default is flowfuse-device-agent-1880, not flowfuse-device-agent.

Related Issue(s)

None.

Checklist

  • I have read the contribution guidelines
  • I have considered the performance impact of these changes
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated

Docs-only change, so no performance impact and no tests apply.

Three things on this page were redundant or out of date.

The bullet list under the quick install block repeated the two links directly
above it. It now lists only the alternative paths.

The Node.js prerequisite read as though the reader must install Node.js, on a
page whose recommended path installs it for them. It now says which paths
actually need it.

Verify the installation told the reader to run the agent so it could help them
register, which the installer has already done by that point. It now checks the
service, using the real service name: the installer suffixes it with the port,
so the default is flowfuse-device-agent-1880, not flowfuse-device-agent.
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