Additional Installation Notes
=============================

General Notes
=============

Most of the scripts should be modified to match your local configuration.
It may be worthwhile to create a centralized set of authorization files,
to be used with the 'do' operations in each script, so that you can easily
modify usernames and passwords without later interfering with the actual
data.

Database Installation
=====================

The 'addressbook_create.pl' script can be used to populate a running MySQL
server with the proper tables prior to running.  You'll want to use it.

Web Installation
================

The following instructions assume a fairly basic Apache configuration; it
may not work with yours, but it has been known to work, and it's a good
start in setting up your own configuration.  Set up your files as so:

BASEDIR
  .htpasswd		Created with 'htpasswd'  
  .htgroup 		See sample/htgroup-base
  .htaccess		See sample/htaccess-base
  stylesheet.css	Copied/linked from stylesheet.css
  index.cgi		Copied from addressbook_index.cgi
  allnames.cgi		Copied from addressbook_allnames.cgi
  Admin
    .htaccess		See sample/htaccess-admin
    index.cgi		Copied from addressbook_admin.cgi
    list.cgi		Copied from addressbook_list.cgi
    stylesheet.css	Copied/linked from stylesheet.css
