
- building and install the Perl modules (see: README)

- create and initialize the database (see: docs/database_setup.txt)

- setup the server

As a CGI, work with either Apache 1.3.x or 2.0.x

cp scripts/imagesever.pl /var/www/localhost/cgi-bin
chmod 755 /var/www/localhost/cgi-bin/imageserver.pl
touch /tmp/imageserver.log
chmod 1777 /tmp/imageserver.log

- test the imageserver.pl is working

telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /cgi-bin/imageserver.pl HTTP/1.0

HTTP/1.1 411 Length Required
Date: Tue, 28 Sep 2004 21:15:58 GMT
Server: Apache/2.0.49 (Gentoo/Linux)
Content-Length: 0
Connection: close
Content-Type: text/plain; charset=ISO-8859-1

Connection closed by foreign host.

- if you get an HTTP 5xx code check your apache error_log

