Installation Steps: 1. Unpack distribution package 2. Place it somewhere in your web-server's document root, preferably(recommended) the parent directory of your root web directory. Create directory to store attachments files We recommend to name it kb_file and place it somewhere outside your document root directory. It should not be accessible via http (web browser) The structure of directories should look like this: - kb_file (for uploads via "Files" module) - public_html (document root) |- kb |- kb_upload (for uploads via FCK Editor) 3. Create an empty MySQL database to be used by KnowledgebasePublisher 3. Create tables using db dump file at kb/install/db_install[version].sql To upgrade: use file kb/install/db_upgrdade[version].sql (it is safe) 5. Configure your "kb/admin/config.inc.php" configuration file 6. Configure your "kb/index.php" and "kb/rss.php" files if required Normaly it should work without modifications. 7. Give your "kb/admin/cache", "kb_upload" and "kb_file" directory full write permissions. In unix you can type "chmod 777 cache". On Windows you must go through your webserver to give it write permissions 8. You're done. End user screen will be available at www.your_site.com/kb/ Admin area will be available at www.your_site.com/kb/admin/ Login: admin Password: demo DO NOT FORGET TO CHANGE IT! 9. Go to "Settings" tab to configure settings Make sure you set correct email address at Setting -> Email 10. Read FAQ file 11. Enjoy