-
Install prerequisites for NethServer:
yum install nethserver-mysqld nethserver-httpd
-
install zmrepo
wget http://zmrepo.connortechnology.com/el/6/i386/zmrepo-6-4.el6.noarch.rpm
yum localinstall --nogpgcheck zmrepo-6-4.el6.noarch.rpm -
Install Zoneminder
yum install zoneminder
yum remove zmrepo -
Configure Mysql db and http
mysql -e "create database zm"
mysql -e "grant all on zm.* to āzmuserā identified by 'YOUR_PASSā"
mysql < /usr/share/zoneminder/db/zm_create.sql
echo ā/etc/zm.confā > /etc/backup-config.d/zoneminder.include
edit /etc/zm.conf
ZM_DB_PASS=āYOUR_PASSā
edit /etc/httpd/conf.d/zoneminder.conf and delete (or edit to restrict the access) the row:
Deny from all # DELETE THIS LINE
-
start zoneminder
service zoneminder start
service httpd restart
Now you can access zm:
http://nethserver/zm
Documentation is available here: http://www.zoneminder.com/wiki/index.php/Documentation