aboutsummaryrefslogtreecommitdiff
path: root/system/ZoneMinder/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'system/ZoneMinder/README.SLACKWARE')
-rw-r--r--system/ZoneMinder/README.SLACKWARE12
1 files changed, 9 insertions, 3 deletions
diff --git a/system/ZoneMinder/README.SLACKWARE b/system/ZoneMinder/README.SLACKWARE
index 0c3c7990430f3..da415dc694932 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/