# ==================================================
# 
# Softerra PHP developer's library
# Copyright (c) Softerra LLC 2000, 2001
# 
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# 
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
# 
# Contacts:
# http://www.softerra.com
# mailto:contacts@softerra.com
# 
# Description: Installation instructions
# ==================================================

*******************
SYSTEM REQUIREMENTS
******************* 
PHP4
MySQL 3.23.* (or later versions)

******************
INSTALLATION STEPS
******************
1. Install PHP4. Test it. For help visit the PHP site at http://www.php.net.

2. Install MySQL. Test. For help visit the MySQL site at http://www.mysql.com.

3. Create directory named "softerralib" (for example) anywhere in the DocumentRoot.
   Uncompress files to this directory.
   The uncompressed distributive will consist of:

    softerralib/          <- main root
    softerralib/lib       <- location of all class and library files
    softerralib/example   <- location of example application
    softerralib/db        <- location of sql files for  database creating

4. Create the database on MySQL using createdb.sh and crebas.sql 
   files from   softerralib/db directory.

5. Edit file database.cfg.php  in example/cfg directory.
   You should set up DB_HOST, DB_USER, DB_PASSWORD, DB_NAME.
   
7. Try to start a project. You have 2 users by default: admin and test.
   Your start login:    admin    Your start password: admin 
   Your start login:    test     Your start password: test 

8. To get more information read other files in this directory.