Difference between revisions of "Debian"

From ZoneMinder Wiki
Jump to navigationJump to search
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 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.


==Debian/ZM installation notes==
==Installation Guides==
[http://www.zoneminder.com/fileadmin/downloads/ZoneMinder_install.doc thorough Debian/ZM installation guide] using a [http://www.spic.net/zoneminder/ zoneminder debian package] which requires ''unstable'' ffmpeg/libavcodec2/liblame0
[http://www.zoneminder.com/fileadmin/downloads/ZoneMinder_install.doc thorough Debian/ZM installation guide] using a [http://www.spic.net/zoneminder/ zoneminder debian package] which requires ''unstable'' ffmpeg/libavcodec2/liblame0


Line 7: Line 7:


[[Debian init.d|/etc/init.d/zm script]] - slightly modified from the original to correctly echo output on debian
[[Debian init.d|/etc/init.d/zm script]] - slightly modified from the original to correctly echo output on debian
==Installation Notes==
* http://www.zoneminder.com/forums/viewtopic.php?t=5391<br>
* http://www.zoneminder.com/forums/viewtopic.php?t=6215<br>
* http://www.zoneminder.com/forums/viewtopic.php?t=5892<br>
:./configure --with-mysql=/usr
:--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"

Revision as of 09:01, 19 January 2007

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.

Installation Guides

thorough Debian/ZM installation guide using a zoneminder debian package which requires unstable ffmpeg/libavcodec2/liblame0

yet another Debian/ZM installation guide - package selection and compiling ZM from source (without ffmpeg) in a few quick steps

/etc/init.d/zm script - slightly modified from the original to correctly echo output on debian

Installation Notes

./configure --with-mysql=/usr
--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"