knowee - your contacts the webby way (http://knowee.org/) ################################################################################ system requirements: mod_rewrite(!), PHP4/PHP5, MySQL 4.0.4 or higher ################################################################################ basic knowee setup instructions: $server_dir = target installation directory relative to web server root 1. if $server_dir is a sub-directory on your web server: -> adjust the RewriteBase in the main ".htaccess" (e.g. "/knowee") 2. rename "config/sys.php.template" to "config/sys.php" 3. adjust "config/sys.php": -> set the master password (master_pwd) -> set the DB credentials (user, pwd, name) 4. copy the knowee files to $server_dir 5. open "/$server_dir" in a web browser -> you are redirected to the initial setup screen -> enter the master password to setup the system 6. go to "/$server_dir/signup" to create your personal account ################################################################################