The zoneminder rpms
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2010-06-02 10:18:39 +00:00
.cvsignore - Initial update to 1.24.2. 2009-07-22 20:01:54 +00:00
Makefile Fix typo that causes a failure to update the common directory. (releng 2009-11-25 22:39:21 +00:00
README.Fedora Fixes from testing by Jitz including missing dependencies and database 2007-07-13 00:01:21 +00:00
redalert.wav First import of zoneminder package (into devel). 2007-06-30 23:34:42 +00:00
sources - Initial update to 1.24.2. 2009-07-22 20:01:54 +00:00
zoneminder-1.22.3-installfix.patch First import of zoneminder package (into devel). 2007-06-30 23:34:42 +00:00
zoneminder-1.24.1-perldep.patch - Remove unused Sys::Mmap perl dependency RPM is finding 2009-04-11 18:03:48 +00:00
zoneminder-1.24.1-runlevel.patch - Upgrade to 1.24.1 2009-03-15 00:37:00 +00:00
zoneminder-1.24.2-dbinstall.patch - Initial update to 1.24.2. 2009-07-22 20:01:54 +00:00
zoneminder-1.24.2-gcc44.patch - Initial update to 1.24.2. 2009-07-22 20:01:54 +00:00
zoneminder-1.24.2-noffmpeg.patch - Initial update to 1.24.2. 2009-07-22 20:01:54 +00:00
zoneminder.conf First import of zoneminder package (into devel). 2007-06-30 23:34:42 +00:00
zoneminder.spec - Mass rebuild with perl-5.12.0 2010-06-02 10:18:39 +00:00

New installs
============

1. Unless you are already using the MySQL server or you are running it
   remotely you will need to ensure that the server is installed:

     yum install mysql-server

2. You will need to create the ZoneMinder database. These commands should do
   the trick:

     mysql mysql < /usr/share/zoneminder/db/zm_create.sql
     mysqladmin reload

3. The ZoneMinder web interface is disabled by default, you will need to edit
   this file to enable it:

     /etc/httpd/conf.d/zoneminder.conf

4. This package probably does not work with SELinux enabled at the moment. It
   may be necessary to disable SELinux for httpd, or even completely for
   ZoneMinder to function. This will be addressed in a later release.


Upgrades
========

1. You will need to upgrade the ZoneMinder database as described in the
   manual. This command should be sufficient:

     zmupdate.pl --version=<from version>