
                    Jade Installation Instructions

   This document describes the installation of the database 
     __________________________________________________________________

                                Installation
   1. Extract all Jade files
   2. Install the database
     1. Change the jade user password in the file jade.sql
     2. Execute create_jade_schema.sh
   3. Change the parameters in the file Jade/config_application.php
      ---> set_constant("DATABASE", "host=localhost dbname=jade 
           user=jade password=jade_password");
      (refer to php manual pg_connect for details about 
       how to specify the parameters)
     __________________________________________________________________

                                Requirements
   1. Postgresql 7.4.x
   2. php 4.x

     __________________________________________________________________

   user names and passwords
   user name: user password: user
   user name: supervisor password: supervisor
   user name: admin password: admin
   user name: master password: master
   
