rpm - update README's again
This commit is contained in:
parent
daf813e877
commit
7ca5fa2ff8
|
@ -75,7 +75,7 @@ NOTE: EL7 users should replace "dnf" with "yum" in the instructions below.
|
||||||
|
|
||||||
When in doubt, proceed with the default:
|
When in doubt, proceed with the default:
|
||||||
|
|
||||||
sudo ln -s /etc/zm/www/zoneminder.httpd.conf /etc/httpd/conf.d/
|
sudo ln -sf /etc/zm/www/zoneminder.httpd.conf /etc/httpd/conf.d/
|
||||||
sudo dnf install mod_ssl
|
sudo dnf install mod_ssl
|
||||||
|
|
||||||
7. Now start the web server:
|
7. Now start the web server:
|
||||||
|
@ -140,12 +140,15 @@ Upgrades
|
||||||
/etc/zm/www. You will have a file called "zoneminder.httpd.conf" and there
|
/etc/zm/www. You will have a file called "zoneminder.httpd.conf" and there
|
||||||
may also be one or more files with "rpmnew" extenstion. If the rpmnew file
|
may also be one or more files with "rpmnew" extenstion. If the rpmnew file
|
||||||
exists, inspect it and merge anything new in that file with zoneminder.conf.
|
exists, inspect it and merge anything new in that file with zoneminder.conf.
|
||||||
Verify the SSL REquirements meet your needs. Read README.https if necessary.
|
Verify the SSL Requirements meet your needs. Read README.https if necessary.
|
||||||
|
|
||||||
The contents of this file must be merged into your Apache configuration.
|
The contents of this file must be merged into your Apache configuration.
|
||||||
See step 6 of the installation section if you have not already done this
|
See step 6 of the installation section if you have not already done this
|
||||||
during a previous upgrade.
|
during a previous upgrade.
|
||||||
|
|
||||||
|
IMPORTANT: Failure to complete this step properly will result in a mostly
|
||||||
|
empty or significantly corrupted web console post-upgrade.
|
||||||
|
|
||||||
4. Upgrade the database before starting ZoneMinder.
|
4. Upgrade the database before starting ZoneMinder.
|
||||||
|
|
||||||
Most upgrades can be performed by executing the following command:
|
Most upgrades can be performed by executing the following command:
|
||||||
|
|
|
@ -73,7 +73,7 @@ New installs
|
||||||
|
|
||||||
When in doubt, proceed with the default:
|
When in doubt, proceed with the default:
|
||||||
|
|
||||||
sudo ln -s /etc/zm/www/zoneminder.nginx.conf /etc/nginx/default.d/
|
sudo ln -sf /etc/zm/www/zoneminder.nginx.conf /etc/nginx/default.d/
|
||||||
|
|
||||||
7. Edit /etc/sysconfig/fcgiwrap and set DAEMON_PROCS to the maximum number of
|
7. Edit /etc/sysconfig/fcgiwrap and set DAEMON_PROCS to the maximum number of
|
||||||
simulatneous streams the server should support. Generally, a good minimum
|
simulatneous streams the server should support. Generally, a good minimum
|
||||||
|
|
Loading…
Reference in New Issue