Skip to content

ivoruetsche/ZoneMinder-on-Ubuntu-22.04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ZoneMinder-on-Ubuntu-22.04

Ubuntu 22.04 with ZoneMinder Installation

Basic installation

Add repository and update it

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

Install Zoneminder

apt install zoneminder joe

Enable ZoneMinder at startup

systemctl enable zoneminder

Change time zone on system and php.ini

timedatectl set-timezone Europe/Zurich
joe /etc/php/*/apache2/php.ini
    date.timezone = Europe/Zurich

Enable rewriting module

a2enmod cgi rewrite expires headers

Enable ZoneMinder configuration

a2enconf zoneminder

Update your installation and reboot

apt -y upgrade
reboot

Lets encrypt

Enable SSL

a2enmod ssl
apt install certbot python3-certbot-apache

About

Ubuntu 22.04 with ZoneMinder Installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published