Difference between revisions of "Helpful user contributed resources"

From ZoneMinder Wiki
Jump to navigationJump to search
 
(212 intermediate revisions by 63 users not shown)
Line 1: Line 1:
==General==
==FAQ==
 
[[FAQ]]
[[FAQ]]


[[General Notes]]
==Installation==


[[Supported distributions]]
[http://zoneminder.readthedocs.org/en/latest/installationguide/index.html Official install guides ]


[[Supported hardware]]
[https://wiki.zoneminder.com/Ubuntu  Ubuntu specific guides (currently more updated than official guides)]


[[Patches]]
[https://wiki.zoneminder.com/Debian  Debian specific guides]


[[Infrared Leds, Cameras, DC-DC converters etc]]
[https://wiki.zoneminder.com/Ubuntu#Common_Issues_with_Zoneminder_Installation_on_Ubuntu._Includes_upgrade_instructions.21 Common problems migrating from old versions to new versions ]


==Help==
[https://github.com/pliablepixels/zmNinja/wiki/Configuring-ZoneMinder-with-API API installation/validation guide]-  (use the link above first, if you face problems, refer to this link)
[[HOWTO]]'s


[[Error messages]]
[https://wiki.zoneminder.com/Using_a_dedicated_Hard_Drive Using a dedicated Hard Drive] - Adding HDDs.


[[Debian]]-specific
[[Single Board Computers]] - ARM devices.


==Third party==
[[GPU passthrough in VMWare]] - Notes on using GPUs with Zoneminder running in a virtual machine
[[Third Party Utils]]


Ubuntu 5.10 GUIDE
[[Email]]


1- Add these lines in /etc/apt/source.list
==Supported==


## Uncomment the following two lines to fetch updated software from the network
[[Beginner hardware]] - What cameras to start with.
deb http://ar.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://ar.archive.ubuntu.com/ubuntu breezy main restricted


## Uncomment the following two lines to fetch major bug fix updates produced
[[Supported distributions]]
## after the final release of the distribution.
deb http://ar.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://ar.archive.ubuntu.com/ubuntu breezy-updates main restricted


## Uncomment the following two lines to add software from the 'universe'
[[Hardware Compatibility List ]]
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ar.archive.ubuntu.com/ubuntu breezy universe
deb-src http://ar.archive.ubuntu.com/ubuntu breezy universe


deb http://security.ubuntu.com/ubuntu breezy-security main restricted
[[MobileDevices]] - View ZM from your phone.
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted


deb http://security.ubuntu.com/ubuntu breezy-security universe
==Third party==
deb-src http://security.ubuntu.com/ubuntu breezy-security universe
 
deb http://archive.ubuntu.com/ubuntu breezy multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy multiverse
 
## Extras
deb http://ubuntu-backports.mirrormax.net/ breezy-extras main restricted universe multiverse
 
 
## Backports
deb http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
 
2 -
$sudo apt-get install apache2
 
$sudo apt-get install php4
 
$sudo apt-get install mysql-server
 
3-
 
$sudo apt-get install libapache2-mod-auth-mysql
$sudo apt-get install php4-mysql
 
4-
 
$sudo /etc/init.d/apache2 restart
 
5-
 
sudo apt-get install libmysqlclient12-dev g++ make netpbm libssl-dev libjpeg62-dev libmime-perl libwww-perl libarchive-tar-perl libdate-manip-perl libarchive-zip-perl libmime-lite-perl libdbi-perl libdbd-mysql-perl libpcre3-dev
 
6 -
 
Donwload ZM
http://www2.zoneminder.com/downloads/ZoneMinder-1.22.2.tar.gz
 
7-
 
tar -xvzf ZoneMinder-1.22.1.tar.gz
cd ZoneMinder-1.22.2
 
8-
 
./configure --with-webdir=/var/www/zm --with-cgidir=/usr/lib/cgi-bin --with-webuser=www-data --with-webgroup=www-data
 
9-
 
mysql mysql < db/zm_create.sql
 
10-
 
mysql mysql
 
11-
 
 
mysql> grant select,insert,update,delete on zm.* to
 
12-


'zmuser'@localhost identified by 'zmpass';


13-
[[Utilities]] - Software for ZM


mysql> quit
[[Infrared Leds, Cameras, DC-DC converters etc]] - Hardware


14-
[[External resources of information related to ZM]]


mysqladmin reload
[[Consultants]]


15-
==Community docs==
make install


and finally....
[[How To]]


connect to http://debian/zm
[[Miscellaneous helpful hints]]


Change this options
[[Various Learnings from getting Zomeminder 1.28.1 working well on Ubuntu Server 14.04]]


and change these options...
[[Dummies Guide]]


System/ZM_AUTH_RELAY - none
[[MySQL]]


Paths/ZM_PATH_ZMS - /cgi-bin/zms
[[Hardware recommendations]] - What computer hardware to use.


==CCTV Laws==
[[Area Specific Laws]]


Bye...
 

Latest revision as of 12:42, 15 December 2021