diff options
author | Geno Bob <GenoBob@gmail.com> | 2018-12-09 08:06:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-09 08:06:23 +0700 |
commit | 29c2d77b0f110c3583b1ad1f857cc2d28cd6c636 (patch) | |
tree | 1f95df67c888d5a2d37f551fefac3f619dc1518d /system/ZoneMinder/README.SLACKWARE | |
parent | 9d02f584043e83cf269d2c7757bac80991b98cd1 (diff) | |
download | slackbuilds-29c2d77b0f110c3583b1ad1f857cc2d28cd6c636.tar.gz |
system/ZoneMinder: Updated for version 1.32.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ZoneMinder/README.SLACKWARE')
-rw-r--r-- | system/ZoneMinder/README.SLACKWARE | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/system/ZoneMinder/README.SLACKWARE b/system/ZoneMinder/README.SLACKWARE index 0c3c799043..da415dc694 100644 --- a/system/ZoneMinder/README.SLACKWARE +++ b/system/ZoneMinder/README.SLACKWARE @@ -14,7 +14,7 @@ CONFIGURATION # mysql -u root -p source /usr/share/ZoneMinder/db/zm_create.sql use mysql; -grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass'; +grant select,insert,update,delete,create,alter,lock tables on zm.* to 'zmuser'@localhost identified by 'zmpass'; quit; Reload the mysql server with "mysqladmin reload -u root -p". @@ -22,7 +22,9 @@ Reload the mysql server with "mysqladmin reload -u root -p". 2) Apache configuration: Uncomment mod_php at the end of /etc/httpd/httpd.conf. Add this line to httpd.conf: - Include /etc/zm/zm_apache.conf + Include /etc/httpd/extra/zm.conf + LoadModule cgi_module lib64/httpd/modules/mod_cgi.so + LoadModule rewrite_module lib64/httpd/modules/mod_rewrite.so # You may need to chmod +x /etc/rc.d/rc.httpd first Restart apache with "/etc/rc.d/rc.httpd restart". @@ -40,9 +42,13 @@ if [ -x /etc/rc.d/rc.zm ]; then /etc/rc.d/rc.zm stop fi +Set your timezone in /etc/php.ini. +Ex: +date.timezone = "US/Central" + Database upgrade files are provided in /usr/share/ZoneMinder/db. -See http://www.zoneminder.com/wiki/index.php/Documentation#Logging for info +See http://www.ZoneMinder.com/wiki/index.php/Documentation#Logging for info on how to counter the massive amount of syslog spam that ZoneMinder generates. The ZoneMinder web interface shall be available at http://hostname/zm/ |