Changes

From SME Server
Jump to navigationJump to search
420 bytes added ,  06:46, 13 March 2018
no edit summary
Line 2: Line 2:  
[[File:zoneminder.png|250px]]
 
[[File:zoneminder.png|250px]]
 
</blockquote>
 
</blockquote>
 +
{{Box
 +
| content = this is the how to in order to install ZM yourself, you might rather save the trouble by installing the contrib : [[Zoneminder]]
 +
}}
 +
 
==About==
 
==About==
 
[http://zoneminder.com ZoneMinder] is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring and other domestic care scenarios such as nanny cam installations. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a Linux system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a DIY home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols.
 
[http://zoneminder.com ZoneMinder] is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring and other domestic care scenarios such as nanny cam installations. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a Linux system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a DIY home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols.
    
This how-to is for IP Camera's only.
 
This how-to is for IP Camera's only.
 +
 +
This how-to can be discussed on the forums [https://forums.contribs.org/index.php/topic,52163.msg267101.html#msg267101| '''here'''].
    
==Installation==
 
==Installation==
Line 26: Line 32:  
  mysql
 
  mysql
 
  create database '''zm''';
 
  create database '''zm''';
  grant all privileges on '''zm'''.* to '''zmuser''' identified by ''''zmpass'''';
+
  grant all privileges on '''zm'''.* to '''zmuser''' identified by '<nowiki/>'''zmpass'''';
 
  flush privileges;
 
  flush privileges;
 
  exit
 
  exit
Line 44: Line 50:  
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf
 
  service httpd-e-smith restart
 
  service httpd-e-smith restart
{{Note box|Please note that the above templates do not implement any authentication on the Koozali SME Server side to access the Zoneminder portal (webinterface). Options could be specific users (e.g. admin) or all valid SME users.}}
+
{{Note box|Please note that the above templates do not implement any authentication on the Koozali SME Server side to access the Zoneminder portal (webinterface). Options could be specific users (e.g. admin) or all valid SME users. Please read the Koozali SME Server documentation on [[Web_Application_RPM#Apache_Authentication|'''Apache authentication''']]}}
    
====Start Zoneminder at boot====
 
====Start Zoneminder at boot====
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,221

edits

Navigation menu