(C) 2004-2005 Free Software Foundation Inc. Free Software, distributed under the terms of the General Public License (GPL). http://www.sf.net/projects/legalcase/ 0.1. Minimal requirements ========================= 1. MySQL 3.23.x, database server; 2. Apache 1.3.x or 2.x, web server; 3. PHP 4.3.x, language interpreter; 4. libapache-mod-php or libapache2-mod-php 4.3.x, library which links Apache and PHP (it is possible that this is included in your PHP installation); 5. PHP4-mysql, MySQL library for PHP (it is possible that this module is part of your PHP installation) 0.2. Quick start ================ To start the LCM installation assistant, procede with the following steps. Download the latest tar.gz archive from our Source Forge project page and uncompress it in a temporary directory: $ cd /tmp/ $ tar xzf /path/to/legalcase-X.Y.Z.tar.gz After decompressing the archive, there will be a new directory called legalcase: $ ls -l drwxr-xr-x 6 user user 4096 2005-03-09 10:26 legalcase Move the legalcase directory in a space accessible by the Apache Web server: $ mv legalcase /var/www/ Provide the permission to "write" to the Apache Web server for the directories log, inc/config and inc/data: $ cd /var/www/legalcase/ $ chmod a+rw log inc/config inc/data Access to this directory from your Web browser: and follow the instructions from the installation assistant.