docs(run-a-node): document dig-node auto-start service + health check#24
Merged
Merged
Conversation
… health check dig-installer (v0.4.0) now runs a post-install RPC health check after registering the dig-node service, in addition to the existing dig.local resolve check, and the service already registers as auto-start (all 3 OSes) with auto-restart-on-crash on Linux/macOS. Document this on the universal installer page so users know the install verifies itself, and that the extension/DIG Browser find the node automatically once it's confirmed up. Materialized identically into all 13 locale copies (this page has not yet been translated per-locale, matching every other section already there).
MichaelTaylor3d
added a commit
that referenced
this pull request
Jul 10, 2026
…#24) docs(run-a-node): document dig-node auto-start service + post-install health check dig-installer (v0.4.0) now runs a post-install RPC health check after registering the dig-node service, in addition to the existing dig.local resolve check, and the service already registers as auto-start (all 3 OSes) with auto-restart-on-crash on Linux/macOS. Document this on the universal installer page so users know the install verifies itself, and that the extension/DIG Browser find the node automatically once it's confirmed up. Materialized identically into all 13 locale copies (this page has not yet been translated per-locale, matching every other section already there). Co-Authored-By: Claude <noreply@anthropic.com>
MichaelTaylor3d
added a commit
that referenced
this pull request
Jul 10, 2026
…#24) docs(run-a-node): document dig-node auto-start service + post-install health check dig-installer (v0.4.0) now runs a post-install RPC health check after registering the dig-node service, in addition to the existing dig.local resolve check, and the service already registers as auto-start (all 3 OSes) with auto-restart-on-crash on Linux/macOS. Document this on the universal installer page so users know the install verifies itself, and that the extension/DIG Browser find the node automatically once it's confirmed up. Materialized identically into all 13 locale copies (this page has not yet been translated per-locale, matching every other section already there). Co-Authored-By: Claude <noreply@anthropic.com>
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
Coherence update for DIG-Network/dig_ecosystem#223 (dig-installer
--with-dig-node, released as dig-installer v0.4.0): documents that the installeddig-nodeservice is auto-start (all 3 OSes) and, on Linux/macOS, auto-restarts on crash, and that the installer now runs a post-install RPC health check (in addition to the existingdig.localresolve check) before declaring the service up.docs/run-a-node/universal-installer.md— new "An always-on service, verified after install" section with the updated example transcript (adds thehealth check: ...line).i18n/*/docusaurus-plugin-content-docs/current/run-a-node/universal-installer.md— this page hasn't been translated per-locale yet (every existing section there is still verbatim English too), so this keeps all copies structurally in sync rather than translating only the new bit.package.jsonversion bump.Version bump
Patch (
0.3.11→0.3.12) —docs:, content-only change, no site behavior/API change.Test plan
Refs DIG-Network/dig_ecosystem#223