30.6. Linux FAQ-O-Matic

A Frequently Asked Questions, list FAQ is even better, because the people with questions can be a little lazier and still find their answer right away. Unfortunately, maintaining a FAQ list requires effort; if people with the answers become lazy, the FAQ list becomes stale.

The Faq-O-Matic is a CGI-based system that automates the process of maintaining a FAQ or Frequently Asked Questions list. It allows visitors to your FAQ to take part in keeping it up-to-date. A permission system also makes it useful as a help-desk application, bug-tracking database, or documentation system.

These installation instructions assume

These are the Package(s) required:

FAQ-O-Matic Homepage: http://www.dartmouth.edu/~jonh/ff-serve/cache/1.html
The most recent version of the FAQ-O-Matic is always available at: ftp://ftp.cs.dartmouth.edu/pub/jonh.
You must be sure to download: FAQ-OMatic-2.709.tar.gz

There are some prerequisites which you need to keep in mind before can install FAQ-O-Matic,

  1. Apache web server should be already installed on your system in order to be able to use FAQ-O-Matic software.

  2. Revision Control System, RCS file version management tools should also already be installed on your system to be able to use FAQ-O-Matic software.

To verify that the RCS package is installed on your system, use the following command:

        [root@deep ] /# rpm -qi rcs
      

        package rcs is not installed
      

To install the RCS package on your Linux system, use the following command:

        [root@deep ] /# mount /dev/cdrom /mnt/cdrom/
        [root@deep ] /# cd /mnt/cdrom/RedHat/RPMS/
        [root@deep ]/RPMS# rpm -Uvh rcs-version.i386.rpm
      

        rcs                         ##################################################
      

        [root@deep ]/RPMS# cd /; umount /mnt/cdrom/
      
For more information on the required software, see the related chapters in this book.