CALPP: Computer Aided Legal Procedures and Proceedings

download calpp_1.0.0.tar.gz from <http://calpp.site.org>

INSTALLATION:

# cp  calpp_1.0.0.tar.gz $DOCUMENT_ROOT 
# gunzip  calpp_1.0.0.tar.gz 
# tar -xvf calpp_1.0.0.tar

The source  files of  calpp are installed  in the  src/base directory.
You  should edit  the src/base/calpp_config.inc  file to  reflect your
server settings.

# cd calpp_1.0.0/src/base vi calpp_config.inc

The  calpp_config.inc  file  details  the parameters  required  to  be
furnished by you.  You must give the correct particulars to be able to
login.

After making the required changes, create a link to the calpp_config.inc
in the /usr/local/lib/php dirctory as follows:

# sln ./calpp_config.inc /usr/local/lib/php/calpp_config.inc

You can check if the config particulars work by pointing your browser to src/test/calpp_config.inc.php

After  changing  the  calpp_config.inc  file, point  your  browser  to
index.html in the installed directory to get started.

REQUIRED:

To use CALPP, your system should be running the following packages:

PostgreSQL 7.3.2
Apache 1.3.20
PHP 4.3.1

CALPP will not run on PHP 3 or with PHP 4.3.1 with global_off due to security reasons.

CALPP may run on web servers other than Apache, but has not been tested.








