Tag Archives: camera

zoneminder on ubuntu 22.04

wwwPlay zoneminder on ubuntu 22.04

Sumber: https://linux.how2shout.com/how-to-install-zoneminder-on-ubuntu-22-04-20-04-lts/

1. Introduction
2. Run system update
3. Install the LAMP server on Ubuntu 20.04 | 22.04
4. Add PPA for ZoneMinder’s latest version
5. Install ZoneMinder on Ubuntu 22.04 | 20.04
6. Set MySQL- sql_mode = NO_ENGINE_SUBSTITUTION
7. Set Apache user permissions
8. Start and Enable ZoneMinder Service
9. Access the Web interface

2. system update

sudo apt update -y

3. Install the LAMP server

apt install apache2 mysql-server php
systemctl enable --now apache2 mysql
systemctl status apache2 mysql --no-pager -l

4. Add PPA for ZoneMinder’s latest version

visit zoneminder Personal package archives (https://launchpad.net/~iconnor) to find the latest available PPA repo.

add-apt-repository ppa:iconnor/zoneminder-version
add-apt-repository ppa:iconnor/zoneminder-1.36

run the system update command:

apt update && sudo apt upgrade

5. Install ZoneMinder

apt install zoneminder

6. Set MySQL- sql_mode = NO_ENGINE_SUBSTITUTION