# $Id: INSTALL,v 1.1 2002/01/07 20:54:10 queinnec Exp $

                How to install FOGE ?


The usual way Perl packages are installed, that is:

        perl Makefile.PL
        make
        make install

The ``make test'' command may not work since it uses Postgres as database.
If you want to experience the FOGE package, do the following (assuming
that the /var/www/cgi-bin/ is a directory that may contain cgi scripts.
It might be /home/httpd/cgi-bin/ or ~/public_html/cgi-bin/ depending on 
your distribution and taste):

        cp questions.pl FOGE.pl sample.cgi /var/www/cgi-bin/

Then direct your browser to (adapt the path if needed):

        http://localhost/cgi-bin/sample.cgi

to see the form. See the documentation for how to generate and install
the SQL tables. Documentation may be obtained (after installation) with

        man FOGE

or the html version on

        http://youpou.lip6.fr/queinnec/Miscellaneous/FOGE/FOGE.html

or a text version with

        pod2text FOGE.pl

Good luck.
