From 43029ee07560bbca82b317f4153bc60e3f7a0a05 Mon Sep 17 00:00:00 2001 From: dsainty Date: Fri, 15 Mar 2013 02:56:56 +0000 Subject: Mention that ZoneMinder benefits dramatically from using libjpeg-turbo. --- security/zoneminder/MESSAGE | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'security/zoneminder') 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 ] + zmupdate.pl -u root [-p ] To enable the web interface via Apache, add the following line to httpd.conf: -- cgit v1.2.3