licence: Copyright (C) 2000,2001 PimenTech SARL (http://www.pimentech.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. depends on: monthly latex package 7.0<= postgresql <7.2 Module Perl : HTML::Template ========================================================= ! ! ! ! ! Installation Instructions ! ! ! ! ! ========================================================= You need : - bash - php4 enabled - perl enabled (no need for mod_perl, but allowed) - rights on pdflatex - right to create directories in the installation target - postgresql (see allowed version upper) After decomptacting the tarball, you have to create the DB. The characteristics of this DB have to be told to the following files : - rules/make.rules - rules/bash.rules Then load into the DB the following files, which you can found in 'base/', in that ORDER : - dumpStruct.psql - functions.psql - trigger.sql - postInstall.psql but a make install may work (take a look at the Makefile and set postgresql to trust in /etc/postgresql/pg_hba.conf before doing make install) for now the scripts and cgi in lib/ and shell/ have database characteristics hard coded, you should change the scripts if you change rules/make.rules sorry have fun