Difference between revisions of "How to Install ZoneMinder-Master ,latest (revised) on UBUNTU 20.04 LTS ( Focal Fossa)"

From ZoneMinder Wiki
Jump to navigationJump to search
(Created page with "<code>sudo su sudo add-apt-repository ppa:iconnor/zoneminder-master sudo apt update apt install zoneminder </code> '''Starting mysql8''' /etc/init.d/mysql start '...")
 
Line 11: Line 11:




/etc/init.d/mysql start  
<code>s/etc/init.d/mysql start</code>s




Line 49: Line 49:




[https://bkjaya.wordpress.com/2020/11/16/how-to-install-zoneminder-master-latest-on-ubuntu-20-04-lts-focal-fossa/]
[https://bkjaya.wordpress.com/2020/11/16/how-to-install-zoneminder-master-latest-on-ubuntu-20-04-lts-focal-fossa/   How to Install ZoneMinder-Master ,latest on UBUNTU 20.04 LTS ( Focal Fossa)]

Revision as of 13:07, 23 March 2021

sudo su

sudo add-apt-repository ppa:iconnor/zoneminder-master

sudo apt update

apt install zoneminder


Starting mysql8


s/etc/init.d/mysql starts


Configuring Zoneminder 

chmod 740 /etc/zm/zm.conf

chown root:www-data /etc/zm/zm.conf

adduser www-data

video a2enmod cgi

a2enconf zoneminder

a2enmod rewrite

a2enmod headers

a2enmod expires


Starting Zoneminder and apache


systemctl enable zoneminder

service zoneminder start

service apache2 reload

Open zoneminder web console (http://localhost/zm/)


Note:- If you want to re configure mysql 8 data base , Please refer the following link .


How to Install ZoneMinder-Master ,latest on UBUNTU 20.04 LTS ( Focal Fossa)