Installation Instructions for the Minishop
demo catalog system.

Note, this system has only been tested on 
a Unix server.  No guarantees for others.

1.  Unzip the archive into the destination directory.

2.  Execute the makedb.pl script from a terminal session.

3.  Do a 'chmod 0666 *.db' command to set the DBM files
    for world write.  I could have written a script 
    for this but I was too lazy

4.  Do a 'chmod +x *.cgi' to make the script files
    world executable.

5.  Make the #!/usr/bin/perl command in the first
    line of the scripts match the location of your
    system's Perl interpreter.  A 'which Perl' command
    can usually find it.

6.  Make sure that your Web server will execute CGI
    scripts in your directory and verify the file
    extension it is looking for (normally .cgi)
    If it doesn't run from a browser or you get
    a 'permission denied' error talk to your
    server administrator.