The following lines were added (+) and removed (-):
== Fedora Setup ==* Have packages for Apache and MySQL installed on the sytem.* Install the zoneminder RPM package on the system* Configure zoneminderThe packaged version of Zone Minder installs all binarys to /usr/lib/zm including the web pages. So don’t worry when you do not see any files installed to the root directory for your web server. The web pages for Apache are aliased by zm.conf in the apache/conf.d directory which vary depending on your distribution.* Make sure Apache and MySQL services are running* Edit the zoneminder.conf apache configuration file to allow web connections vi /etc/httpd/conf.d/zoneminder.conf* Build the MySQL database table for zoneminder mysql -p -u root mysql < /usr/share/zoneminder/db/zm_create.sql > mysqladmin -p -u root reload