Debian package available
Posted: Fri May 06, 2005 6:57 am
I just put up my zoneminder packages for debian:
http://www.spic.net/zoneminder/debian/
it's not an apt repository at this time, so just grab the binary or source
packages for now.
--francois
From the readme.debian:
zm for Debian
-------------
****************************************************************
THIS PACKAGE WILL NOT SET ZM TO AUTOMATICALLY START AT THIS TIME
----------------------------------------------------------------
this is by design. when the package matures this will change.
be sure to start zoneminder with:
/etc/init.d/zm start
and configure it to start at boot with
update-rc.d zm defaults
OR just use the web interface to start and stop zoneminder
****************************************************************
this is a rough debian package for zoneminder, and definately does not do all
you'd expect from a typical debian package.
everything should be in typical debian directories, and you should be able to
just install and be done with it. the db user & password is preset to zm/zmpass
but at least everything should just work.
to meet the dependencies I've compiled against you'll probably need to add the
the following line to your /etc/apt/sources.list
deb ftp://ftp.nerim.net/debian-marillat/ testing main
once i figure out what all the actual build dependencies are, this will be
considerably more useful as a source package.
There are a lot of ugly things done in postinst and postrm out of laziness
you'll notice a zmdata.sql in here, this is a mysqldump of the zm database
created by zmconfig.pl with defualts that work for me
if you use the source package to create your own binary, be sure to overwrite
the debian/zmdata.sql with an appropriate config or you'll be wondering what's
going on
after installation the package will create a user and database in mysql, as
well as chown all the appropriate directories to www-data.
when you remove the package, it will delete the zm user and db from mysql.
as the package is currently configured, upgrading or reinstalling will
completely wipe out your zoneminder configuration. this is because we
drop the database unconditionally in postrm. in the future we'll only
do that on a purge.
-- matrix <matrix@spic.net>, Mon, 7 Mar 2005 02:07:57 -0500
http://www.spic.net/zoneminder/debian/
it's not an apt repository at this time, so just grab the binary or source
packages for now.
--francois
From the readme.debian:
zm for Debian
-------------
****************************************************************
THIS PACKAGE WILL NOT SET ZM TO AUTOMATICALLY START AT THIS TIME
----------------------------------------------------------------
this is by design. when the package matures this will change.
be sure to start zoneminder with:
/etc/init.d/zm start
and configure it to start at boot with
update-rc.d zm defaults
OR just use the web interface to start and stop zoneminder
****************************************************************
this is a rough debian package for zoneminder, and definately does not do all
you'd expect from a typical debian package.
everything should be in typical debian directories, and you should be able to
just install and be done with it. the db user & password is preset to zm/zmpass
but at least everything should just work.
to meet the dependencies I've compiled against you'll probably need to add the
the following line to your /etc/apt/sources.list
deb ftp://ftp.nerim.net/debian-marillat/ testing main
once i figure out what all the actual build dependencies are, this will be
considerably more useful as a source package.
There are a lot of ugly things done in postinst and postrm out of laziness
you'll notice a zmdata.sql in here, this is a mysqldump of the zm database
created by zmconfig.pl with defualts that work for me
if you use the source package to create your own binary, be sure to overwrite
the debian/zmdata.sql with an appropriate config or you'll be wondering what's
going on
after installation the package will create a user and database in mysql, as
well as chown all the appropriate directories to www-data.
when you remove the package, it will delete the zm user and db from mysql.
as the package is currently configured, upgrading or reinstalling will
completely wipe out your zoneminder configuration. this is because we
drop the database unconditionally in postrm. in the future we'll only
do that on a purge.
-- matrix <matrix@spic.net>, Mon, 7 Mar 2005 02:07:57 -0500