Difference between revisions of "Debian"

From ZoneMinder Wiki
Jump to navigationJump to search
 
(51 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[http://www.debian.org/ Debian GNU/Linux] is a free operating system with a focus on stability. It's based on a sophisticated package management system that lets you choose from three releases of varying stability. The software packages included in the ''stable'' release have been tested thoroughly and are ideal for a server environment, whereas ''testing'' and ''unstable'' releases have more recent versions of software which usually contain some bugs. Ironically, Debian's ''unstable'' release is often more stable than many other distributions' final releases.
[http://www.debian.org/ Debian GNU/Linux] is an operating system with a focus on stability. It's based on a sophisticated package management system that lets you choose from three releases of varying stability. The software packages included in the ''stable'' release have been tested thoroughly and are ideal for a server environment, whereas ''testing'' and ''unstable'' releases have more recent versions of software which usually contain some bugs. Ironically, Debian's ''unstable'' release is often more stable than many other distributions' final releases.
 
Zoneminder's even version numbers are stable releases.  


==Installation Guides==
==Installation Guides==


Zoneminder is now in Debian "unstable" (as of 2007-03-12) so you should be able to just "apt-get install zoneminder" if you include
*[[Debian 12 Bookworm with Zoneminder 1.36.33]]
"unstable" packages. Alternately:
*[[Debian 11 Bullseye with Zoneminder 1.36.x]]
 
*[[Debian 10 Buster with Zoneminder 1.36.x from ZM Repo]]
*[[Debian 3.1 install|Debian 3.1 + Zoneminder 1.22.x]] Installation Guide (ZM from source - without ffmpeg) using ''stable'' packages
 
*[http://www.zoneminder.com/fileadmin/downloads/ZoneMinder_install.doc Debian + ZM] Installation Guide (using a [http://www.spic.net/zoneminder/ debian ZM package] requiring ''unstable'' ffmpeg/libavcodec2/liblame0)
 
*[[Debian Etch]] The above are outdated
 
*[http://www.csquad.org/cocoon/tags/public/zoneminder/zoneminder.html Debian Etch + ZoneMinder 1.23.x in French] Installation Guide for Debian in French.
 
You can also use the following guide to install Zoneminder from source over a Debian Lenny based machine. The guide is in spanish and the repositories used are from Chile. Just use the ones of your country :
 
[http://www.zenner.cl/Instalacion%20de%20ZONEMINDER%20en%20Debian%20Lenny.pdf]
 
==Installation Notes==
[[Debian init.d|/etc/init.d/zm script]] - slightly modified from the original to correctly echo output on debian
 


http://www.zoneminder.com/forums/viewtopic.php?t=5391
==No Longer Supported - For Reference only==


http://www.zoneminder.com/forums/viewtopic.php?t=6215
*[[Debian 9 64-bit with Zoneminder 1.32.3 the Easy Way]]


http://www.zoneminder.com/forums/viewtopic.php?t=5892
==Sysvinit Installation Guides==
Those who wish to use sysvinit can follow these guides.  


:./configure --with-mysql=/usr
* [[Devuan Ascii with Zoneminder 1.32.3 from ZM Repo]]
:--with-webdir=/var/www/zm
:--with-cgidir=/var/www/cgi-bin --sysconfdir=/etc
:--with-ffmpeg=/usr/local
:--with-webuser=www-data
:--with-webgroup=www-data CPPFLAGS="-I /usr/local/ssl/include -I /usr/local/lib"


== Additional Notes ==
* [[Devuan Beowulf with Zoneminder 1.34 from ZM Repo]]
http://www.zoneminder.com/forums/viewtopic.php?t=6261
<nowiki>Insert non-formatted text here</nowiki>

Latest revision as of 11:11, 6 June 2023

Debian GNU/Linux is an operating system with a focus on stability. It's based on a sophisticated package management system that lets you choose from three releases of varying stability. The software packages included in the stable release have been tested thoroughly and are ideal for a server environment, whereas testing and unstable releases have more recent versions of software which usually contain some bugs. Ironically, Debian's unstable release is often more stable than many other distributions' final releases.

Zoneminder's even version numbers are stable releases.

Installation Guides

No Longer Supported - For Reference only

Sysvinit Installation Guides

Those who wish to use sysvinit can follow these guides.