
Quick Install
-----------------

1.  Optional: Add a unix user for wildcat.

           su
           adduser wildcat

2.  You should have unpacked this to a directory
    NOT published by your web server.

           cd /home
           tar xvfz wildcat-1.0.tgz

3.  Run the wildcat/src/checksetup.pl script.  Follow directions.

           cd /home/wildcat/src
           ./checkstartup.pl
           pico config.pm
           ./checkstartup.pl

4.  Add a ScriptAlias directive to your httpd.conf
    or create a symbolic link to wildcat/src/wildcat.cgi
    from your cgi-bin directory.

           cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
           pico /etc/httpd/conf/httpd.conf
           httpd -t

5.  Restart or reload your webserver.

           apachectl graceful

6.  Copy images manually, if desired.

           cp -r "My Photos" /home/wildcat/html/

7.  Test your work.

           mozilla http:://localhost/wildcat


