Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > b46ad1127f0265df09f937482d0f22ad > files > 27

zoneminder-1.24.2-6.fc14.x86_64.rpm

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>