User Tools

Site Tools


zoneminder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zoneminder [2021/07/09 02:08] – [How to setup cameras] vissiezoneminder [2021/09/15 03:57] (current) vissie
Line 5: Line 5:
   sudo apt install apt-transport-https gnupg   sudo apt install apt-transport-https gnupg
   sudo mysql_secure_installation   sudo mysql_secure_installation
 +  # Read, but basicly say Yes to everything
   sudo systemctl restart mysql   sudo systemctl restart mysql
-Locate (Ctrl+w) cgi.fix_pathinfo=1 and change to +   
-  cgi.fix_pathinfo=0+  sudo vim /etc/php/7.3/fpm/php.ini 
 +Locate cgi.fix_pathinfo=1 and change to 0 and un-comment the line: 
 +  cgi.fix_pathinfo=0 
   sudo systemctl restart php7.3-fpm   sudo systemctl restart php7.3-fpm
   sudo vim /etc/apt/sources.list.d/zoneminder.list   sudo vim /etc/apt/sources.list.d/zoneminder.list
 Add the following line to the end of the file Add the following line to the end of the file
-  deb https://zmrepo.zoneminder.com/debian/release-1.34 buster/+  deb https://zmrepo.zoneminder.com/debian/release-1.34 buster/  
 +or 
 +  deb https://zmrepo.zoneminder.com/debian/release-1.36 buster/  
 +    
   wget -O - https://zmrepo.zoneminder.com/debian/archive-keyring.gpg | sudo apt-key add -   wget -O - https://zmrepo.zoneminder.com/debian/archive-keyring.gpg | sudo apt-key add -
   sudo apt update   sudo apt update
zoneminder.1625821700.txt.gz · Last modified: 2021/07/09 02:08 by vissie