Requirements
------------
o  MySQL (http://www.mysql.com)

o  A Web Server

o  PHP (http://www.php.net)


Installation Instrucitons
-------------------------
Edit config.php and adjust the values accordingly!!
Edit setup.php accordingly.

Move the contents of this directory to a place on your web site.

Point your web browser to setup.php.

Once completed, BE SURE TO execute "chmod 000 setup.php" in order to prevent
anyone from mangling your database.

BE ADVISED: The database operations of this script ARE NOT FULLY IN USE.
 THEY PROVIDE MINIMAL user access to the administrative pages.  It is not
fool proof in any way.

Run a "chown -R apache:apache" on everything in this directory.  Substitute
the appropriate web server user/group combination that fits your site.


Configuration
-------------
All configuration options are located in config.php.  Feel free to modify
what you need.


Administrative User
-------------------
The administrative user is "root" with no password.  Unfortunately, I do not
offer an easy way to change the password.  This is a manual process, but I
should note that, when you do change the password, the login.php routine uses
the standard UNIX crypt routine to validate the password, so be sure to use a
standard 13-character UNIX crypted password.
