Difference between revisions of "Debian"

From ZoneMinder Wiki
Jump to navigationJump to search
 
(71 intermediate revisions by 14 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==
[[Debian 3.1 install|Debian 3.1 + Zoneminder 1.22.x]] Installation Guide (ZM from source - without ffmpeg) using ''stable'' packages
*[[Zoneminder 1.38.x on Supported Debian Versions]]
 
*[[Debian 13 Trixie with Zoneminder 1.36.35 or Zoneminder 1.37.x]]
[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 12 Bookworm with Zoneminder 1.36.x and 1.37.x]]
 
*[[Debian 11 Bullseye with Zoneminder 1.36.x]]
==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
 
http://www.zoneminder.com/forums/viewtopic.php?t=6215
 
http://www.zoneminder.com/forums/viewtopic.php?t=5892


:./configure --with-mysql=/usr
==Sysvinit Installation Guides==
:--with-webdir=/var/www/zm
Those who wish to use sysvinit can follow these guides.
:--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 Ascii with Zoneminder 1.32.3 from ZM Repo]]
http://www.zoneminder.com/forums/viewtopic.php?t=6261
* [[Devuan 5 Daedalus with Zoneminder 1.36 from ZM Repo]]

Latest revision as of 11:35, 7 February 2026

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

Sysvinit Installation Guides

Those who wish to use sysvinit can follow these guides.