From Campworld

LinuxServersF8: HOWTO Zoneminder Security Camera Server on Fedora 8

History / Status

Introduction

This HOWTO describes setting up a dedicated linux server for security camera monitoring. The setup is based on Zoneminder. I don't cover using cameras connected to the server. My setup uses all IP network cameras.

Setting Up The Base Server

Install Softwre

One quick yum line will get everything we need.
> yum install zoneminder

Configure Zoneminder

The apache config file for zoneminder doesn't allow connections from anyone. We want to allow connections so delete the line the info in the file says to delete.
> nano -w /etc/httpd/conf.d/zoneminder.conf

Next we need to setup the mysql database.
> mysql -p -u root mysql < /usr/share/zoneminder/db/zm_create.sql > mysqladmin -p -u root reload

Now load up the zoneminder web page. Be sure to start the zoneminder service.

Conclusion

That's the complete setup. Be sure to read the documentation at the zoneminder website.

Comments

rcamp?24 March 2009, 11:59

Nothing's ever easy. Using IP cameras makes some things easier. The trade off is more cpu performance is required. Setting up cameras in Zoneminder could take more time then installing the software.

KILLERZM?24 March 2009, 00:12

Surely it can't be that easy

Jim Brown?06 February 2008, 12:40

How do I initialize ZM? Do I have to start httpd or mysql first? How? Sorry for the noobish question. I am running a fresh Fedora 8 installation.

rcamp?23 January 2008, 07:56

hmmm. I monitor 4 cameras and run this server as a virtual machine. Zoneminder works as advertised and they provide the documentation you need to configure the software. Please if you don't see something here then let me know so I can add it.

disapointed visitor?22 January 2008, 14:04

Sorry to say ... but you have no clue what you are doing

Retrieved from http://www.campworld.net/thewiki/pmwiki.php/LinuxServersF8/F8SecurityCamServer
Page last modified on March 24, 2009, at 12:59 PM