From b76b84f51f2b0fcd3b338e99517e3826df8db07f Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 19 Dec 2020 10:52:20 -0600 Subject: [PATCH] Update redhat.rst --- docs/installationguide/redhat.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installationguide/redhat.rst b/docs/installationguide/redhat.rst index fdd16eccc..1b26de78e 100644 --- a/docs/installationguide/redhat.rst +++ b/docs/installationguide/redhat.rst @@ -66,27 +66,27 @@ RHEL/CentOS 8 users must also enable the PowerTools repo: Once the additional repos are enabled, install ZoneMinder from the commandline. Choose the package that matches the desired web server. +.. sidebar :: Note + + A virtual package called zoneminder exists. This pacakge contains no files and will pull in the zoneminder-httpd package for backwards compatiblity. + Install ZoneMinder for Apache web server: :: sudo dnf install zoneminder-httpd -.. sidebar :: Note - - A virtual package called zoneminder exists. This pacakge contains no files and will pull in the zoneminder-httpd package for backwards compatiblity. - Install ZoneMinder for Nginx web server: :: sudo dnf install zoneminder-nginx -Once ZoneMinder has been installed, you must read the README file under /usr/share/doc. ZoneMinder will *NOT* run without completing the steps shown in the README! - .. sidebar :: Note Fedora users can find the README under /usr/share/doc/zoneminder-common. RHEL/CentOS users can find the README under /usr/share/doc/zoneminder-common-x.xx where x.xx is the version of zoneminder. +Once ZoneMinder has been installed, you must read the README file under /usr/share/doc. ZoneMinder will *NOT* run without completing the steps shown in the README! + How to Install Nightly Development Builds -----------------------------------------