Installing zoneminder on Fedora 10
Install Fedora 10 (I used the Mauriat Miranda's Guide):
You may need to put /var on a separate file system. I ran out of inodes when my SQL database and event filters filled the file system of inodes before running out of space. I chose to create an xfs filesystem for /var (we'll see if that holds)
Zoneminder needs mySQL and Apache, so install them if you didn't during the F10 install; I also like phpMyAdmin:
yum -y install mysql-server httpd phpMyAdmin