rpm README changes
This commit is contained in:
parent
6950e3385a
commit
58e1a9ac4a
|
@ -49,10 +49,9 @@ New installs
|
||||||
Change ZM_DB_USER and ZM_DB_PASS to the values you created in the previous
|
Change ZM_DB_USER and ZM_DB_PASS to the values you created in the previous
|
||||||
step.
|
step.
|
||||||
|
|
||||||
Additionally, you must also edit
|
This version of zoneminder no longer requires you to make a similar change
|
||||||
/usr/share/zoneminder/www/api/app/Config/database.php in a similar manner.
|
to the credentials in /usr/share/zoneminder/www/api/app/Config/database.php
|
||||||
Scroll down and change login and password to the values you created in the
|
This now happens dynamically. Do *not* make any changes to this file.
|
||||||
previous step.
|
|
||||||
|
|
||||||
4. Edit /etc/php.ini, uncomment the date.timezone line, and add your local
|
4. Edit /etc/php.ini, uncomment the date.timezone line, and add your local
|
||||||
timezone. PHP will complain loudly if this is not set, or if it is set
|
timezone. PHP will complain loudly if this is not set, or if it is set
|
||||||
|
@ -113,10 +112,9 @@ Upgrades
|
||||||
Compare /etc/zm/zm.conf to /etc/zm/zm.conf.rpmnew. Verify that zm.conf
|
Compare /etc/zm/zm.conf to /etc/zm/zm.conf.rpmnew. Verify that zm.conf
|
||||||
contains any new config settings that may be in zm.conf.rpmnew.
|
contains any new config settings that may be in zm.conf.rpmnew.
|
||||||
|
|
||||||
Additionally, you must also edit
|
This version of zoneminder no longer requires you to make a similar change
|
||||||
/usr/share/zoneminder/www/api/app/Config/database.php in a similar manner.
|
to the credentials in /usr/share/zoneminder/www/api/app/Config/database.php
|
||||||
Scroll down and change login and password to the values you used
|
This now happens dynamically. Do *not* make any changes to this file.
|
||||||
previsouly.
|
|
||||||
|
|
||||||
2. Verify permissions of the zmuser account.
|
2. Verify permissions of the zmuser account.
|
||||||
|
|
||||||
|
|
|
@ -40,11 +40,6 @@ New installs
|
||||||
other than zmuser/zmpass then you must now edit /etc/zm.conf. Change
|
other than zmuser/zmpass then you must now edit /etc/zm.conf. Change
|
||||||
ZM_DB_USER and ZM_DB_PASS to the values you created in the previous step.
|
ZM_DB_USER and ZM_DB_PASS to the values you created in the previous step.
|
||||||
|
|
||||||
Additionally, you must also edit
|
|
||||||
/usr/share/zoneminder/www/api/app/Config/database.php in a similar manner.
|
|
||||||
Scroll down and change login and password to the values you created in the
|
|
||||||
previous step.
|
|
||||||
|
|
||||||
4. Edit /etc/php.ini, uncomment the date.timezone line, and add your local
|
4. Edit /etc/php.ini, uncomment the date.timezone line, and add your local
|
||||||
timezone. PHP will complain loudly if this is not set, or if it is set
|
timezone. PHP will complain loudly if this is not set, or if it is set
|
||||||
incorrectly, and these complaints will show up in the zoneminder logging
|
incorrectly, and these complaints will show up in the zoneminder logging
|
||||||
|
@ -89,9 +84,8 @@ New installs
|
||||||
|
|
||||||
Then point your web browser to http://<machine name or ip>/zm
|
Then point your web browser to http://<machine name or ip>/zm
|
||||||
|
|
||||||
================================================================================
|
Upgrades
|
||||||
UPGRADES
|
========
|
||||||
================================================================================
|
|
||||||
|
|
||||||
1. Verify /etc/zm.conf.
|
1. Verify /etc/zm.conf.
|
||||||
|
|
||||||
|
@ -105,11 +99,6 @@ New installs
|
||||||
Compare /etc/zm.conf to /etc/zm.conf.rpmnew. Verify that zm.conf
|
Compare /etc/zm.conf to /etc/zm.conf.rpmnew. Verify that zm.conf
|
||||||
contains any new config settings that may be in zm.conf.rpmnew.
|
contains any new config settings that may be in zm.conf.rpmnew.
|
||||||
|
|
||||||
Additionally, you must also edit
|
|
||||||
/usr/share/zoneminder/www/api/app/Config/database.php in a similar manner.
|
|
||||||
Scroll down and change login and password to the values you used
|
|
||||||
previsouly.
|
|
||||||
|
|
||||||
2. Verify permissions of the zmuser account.
|
2. Verify permissions of the zmuser account.
|
||||||
|
|
||||||
Over time, the database account permissions required for normal operation
|
Over time, the database account permissions required for normal operation
|
||||||
|
|
|
@ -47,10 +47,9 @@ New installs
|
||||||
Change ZM_DB_USER and ZM_DB_PASS to the values you created in the previous
|
Change ZM_DB_USER and ZM_DB_PASS to the values you created in the previous
|
||||||
step.
|
step.
|
||||||
|
|
||||||
Additionally, you must also edit
|
This version of zoneminder no longer requires you to make a similar change
|
||||||
/usr/share/zoneminder/www/api/app/Config/database.php in a similar manner.
|
to the credentials in /usr/share/zoneminder/www/api/app/Config/database.php
|
||||||
Scroll down and change login and password to the values you created in the
|
This now happens dynamically. Do *not* make any changes to this file.
|
||||||
previous step.
|
|
||||||
|
|
||||||
4. Edit /etc/php.ini, uncomment the date.timezone line, and add your local
|
4. Edit /etc/php.ini, uncomment the date.timezone line, and add your local
|
||||||
timezone. PHP will complain loudly if this is not set, or if it is set
|
timezone. PHP will complain loudly if this is not set, or if it is set
|
||||||
|
@ -111,10 +110,9 @@ Upgrades
|
||||||
Compare /etc/zm/zm.conf to /etc/zm/zm.conf.rpmnew. Verify that zm.conf
|
Compare /etc/zm/zm.conf to /etc/zm/zm.conf.rpmnew. Verify that zm.conf
|
||||||
contains any new config settings that may be in zm.conf.rpmnew.
|
contains any new config settings that may be in zm.conf.rpmnew.
|
||||||
|
|
||||||
Additionally, you must also edit
|
This version of zoneminder no longer requires you to make a similar change
|
||||||
/usr/share/zoneminder/www/api/app/Config/database.php in a similar manner.
|
to the credentials in /usr/share/zoneminder/www/api/app/Config/database.php
|
||||||
Scroll down and change login and password to the values you used
|
This now happens dynamically. Do *not* make any changes to this file.
|
||||||
previsouly.
|
|
||||||
|
|
||||||
2. Verify permissions of the zmuser account.
|
2. Verify permissions of the zmuser account.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue