svncommit
2005-10-02 f5dc2a42a2b2a9b9e77c0a1513db3de21f709c41
commit | author | age
4e17e6 1
T 2 INSTALLATION
3 ============
4
5 1. Decompress and put this folder somewhere inside your document root
6 2. Make shure that the following directories are writable by the webserver
7    - /temp
8    - /logs
9 3. Modify the files in /config to suit your local environment
10 4. Create database tables using the queries in file 'SQL/initial.sql'
11    Rename tables if you like, but make shure the names are also changed in /config/db.inc
12 5. Done!
13
14
15 REQUIREMENTS
16 ============
17
18 * The Apache Webserver
19 * .htaccess support allowing overrides for DirectoryIndex
20 * PHP Version 4.3.1 or greater
21 * php.ini options:
22    - error_reporting E_ALL & ~E_NOTICE (or lower)
23    - file_uploads on (for attachment upload features)
f5dc2a 24 * A MySQL or Postgres database engine
4e17e6 25 * A database with permission to create tables
T 26
27
28 CONFIGURATION
29 =============
30
31 Change the files in /config/ according your environment and you needs.
32 Details about the config paramaters can be found in the config files.