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 'library.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 library_user.cgi
  list.cgi		Copied from library_list.cgi
  Admin
    .htaccess		See sample/htaccess-admin
    index.cgi		Copied from library_admin.cgi
    stylesheet.css	Copied/linked from stylesheet.css
    

Reminder Scripts
================

You probably want to run the 'library_remind.pl' script once every few
months, probably by putting it in your crontab.  
