Zoneminder (Ubuntu 18.04): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
sudo systemctl enable zoneminder.service
sudo systemctl enable zoneminder.service
</pre>
</pre>
== Konfiguration ==


=== MySQL ===
=== MySQL ===
Zeile 37: Zeile 39:


[https://wiki.zoneminder.com/Raspberry_Pi_4_-_Raspbian#Install_and_Configure_Zoneminder https://wiki.zoneminder.com/Raspberry_Pi_4_-_Raspbian#Install_and_Configure_Zoneminder]
[https://wiki.zoneminder.com/Raspberry_Pi_4_-_Raspbian#Install_and_Configure_Zoneminder https://wiki.zoneminder.com/Raspberry_Pi_4_-_Raspbian#Install_and_Configure_Zoneminder]
== Konfiguration ==


== Links ==
== Links ==

Version vom 30. Mai 2020, 10:49 Uhr

Voraussetzungen

LAMP-Server (Installation PHP ist unter Apache HTTP beschrieben):

Apache HTTP

MariaDB

Installation

sudo apt-get install zoneminder vlc-plugin-base
sudo systemctl enable zoneminder.service

Konfiguration

MySQL

sudo mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql
sudo mysql -uroot -p -e "grant all on zm.* to 'zmuser'@localhost identified by 'zmpass';"
sudo mysqladmin -uroot -p reload 

Apache HTTP

sudo chmod 740 /etc/zm/zm.conf 
sudo chown root:www-data /etc/zm/zm.conf
sudo chown -R www-data:www-data /var/cache/zoneminder/
sudo adduser www-data video

Links

https://wiki.zoneminder.com/Raspberry_Pi_4_-_Raspbian#Install_and_Configure_Zoneminder

Links

https://zoneminder.com/

https://github.com/ZoneMinder/zoneminder

https://wiki.zoneminder.com/Hardware_Compatibility_List


Zurück zu Zoneminder