# Copyright 2004, Revolution Linux Inc., Nicolas Dufresne
#
# This file is part of the MILLE-XTERM distribution.
# See the MILLE-XTERM (english) and/or the MILLE (french) project web site
#
# http://www.revolutionlinux.com/mille-xterm/
# http://www.mille.ca/
#
# The MILLE-XTERM framework is covered by the GNU General Public License. See
# the COPYING file in the top-level MILLE-XTERM directory. Software packages
# that are included in the MILLE-XTERM distribution have their own licenses.
#
# -------------------------------------------------------------------------

mxt-configurator installation instructions
-----------------------------------------------
Requirement :
    - Apache server with php 4 support.
    - LDAP with unix authentification schema and users.
    - PostreSQL well configured.

DataBase initialisation.
---------------------------
Go into Configurator/DB/ repertory. Then access the database with psql :
    psql -U <user> <database_name>
Then type:
    \i init_DB_Mille.sql;
    \i data_DB_Mille.sql;

Installing the configurator
-----------------------------
Copy all files from Configurator/Src/ to your apache repertory.  Make sure that
the path cannot be navigated recursively.  Web access to the base path is 
sufficient.

First start
----------------------------
Just access the page, a configuration form will apear since there is no 
configuration file (util/config.php) in package.  If you are not sure about
how to answer questions take a look in util/config-default.php.
