ZoneMinder

WebHome | UnixGeekTools | Geekfarm | About This Site

Pointers

FreeBSD?

Gentoo

post-install instructions from portage


=================================================================
POST-INSTALL INSTRUCTIONS
=================================================================

1. If this is a new installation, you will need to create a database for ZM to
   use. Execute the following:

 cd /usr/share/zoneminder
 mysql mysql < db/zm_create.sql
 mysql mysql
  > grant select,insert,update,delete on zoneminder.* to '<username>'@localhost identified by '<password>';
  > quit
 mysqladmin reload

2.  Edit /etc/zm.conf:
  ZM_PATH_BUILD => /usr/share/zoneminder
  ZM_PATH_WEB   => /var/www/localhost/htdocs/zoneminder
  ZM_PATH_CGI   => /var/www/localhost/cgi-bin

  Also set your database settings.

3. Login: http://localhost//zoneminder/zm.php

Default username/password are admin/admin.

=================================================================

Hardware

capture cards

I've been a fan of the brooktree (bttv) tv cards for several years.

    # load the kernel module
    modprobe bttv

    # this shows PAL which didn't work, I used NTSC
    zmu -d /dev/v4l/video0 -q -v

Cameras

I've used x10 cameras for this purpose, these cameras are much better. They are also hard-wired, which I prefer over wireless.




Updated Sun Jul 23, 2006 5:16 PM