summaryrefslogtreecommitdiff
path: root/security/zoneminder
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2013-03-15 02:56:56 +0000
committerdsainty <dsainty@pkgsrc.org>2013-03-15 02:56:56 +0000
commit43029ee07560bbca82b317f4153bc60e3f7a0a05 (patch)
tree5f9e01a4783bd59babf1455492623c1ffe0d6706 /security/zoneminder
parented314eb34168180bccd6c1938372d3a4f743e777 (diff)
downloadpkgsrc-43029ee07560bbca82b317f4153bc60e3f7a0a05.tar.gz
Mention that ZoneMinder benefits dramatically from using libjpeg-turbo.
Diffstat (limited to 'security/zoneminder')
-rw-r--r--security/zoneminder/MESSAGE18
1 files changed, 13 insertions, 5 deletions
diff --git a/security/zoneminder/MESSAGE b/security/zoneminder/MESSAGE
index c512d1c5e30..4b46bc53333 100644
--- a/security/zoneminder/MESSAGE
+++ b/security/zoneminder/MESSAGE
@@ -1,9 +1,17 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2013/03/15 02:03:36 dsainty Exp $
+$NetBSD: MESSAGE,v 1.2 2013/03/15 02:56:56 dsainty Exp $
All documentation for ZoneMinder is now online at:
-http://www.zoneminder.com/wiki/index.php/Documentation
+ http://www.zoneminder.com/wiki/index.php/Documentation
+
+
+Performance:
+
+ ZoneMinder benefits dramatically from using libjpeg-turbo. Consider
+ building from Pkgsrc with:
+
+ JPEG_DEFAULT=libjpeg-turbo
To get ZoneMinder started a MySQL database is required.
@@ -18,17 +26,17 @@ update ZM_DB_PASS in ${PKG_SYSCONFDIR}/zm.conf.
Create the initial database via:
-mysql -u root < ${PREFIX}/share/zoneminder/db/zm_create.sql
+ mysql -u root < ${PREFIX}/share/zoneminder/db/zm_create.sql
Assign rights to the "zmuser" user via:
-echo "grant all on * to 'zmuser';" | mysql -u root zm
+ echo "grant all on * to 'zmuser';" | mysql -u root zm
Upgrade a database from an older version of ZoneMinder via:
-zmupdate.pl -u root [-p <password>]
+ zmupdate.pl -u root [-p <password>]
To enable the web interface via Apache, add the following line to httpd.conf: