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
Fedora Release Engineering 3e1f100f62 dist-git conversion
2010-07-29 16:32:32 +00:00
.gitignore dist-git conversion 2010-07-29 16:32:32 +00:00
README.Fedora Fixes from testing by Jitz including missing dependencies and database 2007-07-13 00:18:58 +00:00
redalert.wav Imported devel into F-7. 2007-07-01 00:38:17 +00:00
sources Imported devel into F-7. 2007-07-01 00:38:17 +00:00
zoneminder-1.22.3-dbinstall.patch Fixes from testing by Jitz including missing dependencies and database 2007-07-13 00:18:58 +00:00
zoneminder-1.22.3-installfix.patch Imported devel into F-7. 2007-07-01 00:38:17 +00:00
zoneminder-1.22.3-security.patch - Patch for CVE-2008-1381 2008-04-29 23:17:22 +00:00
zoneminder.conf Imported devel into F-7. 2007-07-01 00:38:17 +00:00
zoneminder.spec - Patch for CVE-2008-1381 2008-04-29 23:17:22 +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>