Modernize openvox-server install docs into structured section#148
Merged
tuxmea merged 4 commits intoOpenVoxProject:masterfrom May 4, 2026
Merged
Conversation
Replaces the single outdated install_from_packages page with a proper "Installing and upgrading" nav section modeled on the openvox agent docs. New pages cover prerequisites (with current platform/arch/Java info), installation steps split by apt and yum/dnf, file layout, and upgrade procedure. Removes all puppet.com links and EOL platform references. Closes OpenVoxProject#147 Signed-off-by: Michael Harp <mike@mikeharp.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4308a3f to
4472a7c
Compare
/var/opt/puppetlabs/puppetserver/ does not exist; vardir is /opt/puppetlabs/server/data/puppetserver/. CA material lives at /etc/puppetlabs/puppetserver/ca/ (cadir), not ssl/. Add missing puppetserver-status.log, correct server/bin description, and fix migration backup path. Signed-off-by: Michael Harp <mike@mikeharp.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
Validation notesSupported OS and architecturePlatform and architecture support was verified directly from the package repository directory trees rather than from documentation:
What gets installed and wherePaths were verified against a running OpenVox Server (EL/aarch64) via Vagrant rather than inferred from documentation. # Check binary and config paths directly
vagrant ssh puppet -c "ls /opt/puppetlabs/bin/puppetserver /opt/puppetlabs/bin/puppet /opt/puppetlabs/server/bin/ ..."
# Check log and runtime dirs with sudo
vagrant ssh puppet -c "sudo ls /etc/puppetlabs/puppetserver/conf.d/ /var/log/puppetlabs/puppetserver/ ..."
# Authoritative path lookup via puppet itself
vagrant ssh puppet -c "sudo /opt/puppetlabs/bin/puppet config print --section server"Key findings that corrected the initial draft:
|
tuxmea
reviewed
May 4, 2026
Contributor
tuxmea
left a comment
There was a problem hiding this comment.
All OpenVox related systems must ensure correct time setting.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Michael Harp <mike@mikeharp.com>
tuxmea
approved these changes
May 4, 2026
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
install_from_packagespage with a proper Installing and upgrading nav section, modeled on the openvox agent docs structureinstall_pre.md(before you begin),install_what_and_where.md(file layout), andupgrade_minor.md(upgrade procedure)install_from_packages.markdownwith current repo URLs, split apt/yum sections, and a verification step_data/nav/openvox-server_8x.ymlto replace the flat install link with a grouped sectionContent changes
puppet.comlinks replaced with openvox equivalentsCloses #147
Test plan