------------------------------------------------------------------------ INSTALLATION The ebuild installs most parts of knowledgeTree automatically, but you will have to create a database for the document management system. You can do this using the following commands as the mysql root user: > mysql -u root -p < mysql -u root -p < mysql -u dmsadmin -pjs9281djw dms < ${MY_HTDOCSDIR}/sql/mysql/install/structure.sql > mysql -u dmsadmin -pjs9281djw dms < ${MY_HTDOCSDIR}/sql/mysql/install/data.sql Now you need to set the MySQL passwords for the dms and dmsadmin user in the ${MY_INSTALLDIR}/config/config.ini file so that knowledgeTree can access the database. Finally you can go to http://${VHOST_HOSTNAME}/${VHOST_APPDIR} and log in as user "admin" with the password "admin". ------------------------------------------------------------------------ !!! PHP4 !!! This is a php4 application. Do not try to run it under php5. It will fail! ------------------------------------------------------------------------