Installation guide
THE KNOWLEDGEBASE
-----------------
by Chetan Gadgil
INSTALLATION
------------
Simply gunzip and untar the file knowledgebase0.05.tar.gz:
cd
mkdir knowledgebase
cd knowledgebase
tar zxvf knowledgebase0.05.tar.gz
OR
gzip -dc knowledgebase0.05.tar.gz|tar xvf -
depending on which tar you are using. (the second option should always work fine).
DATABASE SETUP
--------------
For this version, MySQL is ** REQUIRED **.
For this version, minimum PHP3 is ** REQUIRED **.
Assuming you have MySQL running,
type:
mysqladmin -u root create knowledgebase
This will create the database "knowledgebase".
Create the necessary tables:
mysql -u root knowledgebase < tables.sql
This will also add a user with the Administrator privileges.
The user name: admin
Password: b.admin
Next, try accessing your new installation through your Apache web server, by pointing to the knowledgebase "index.html" from your browser.
In case you have any problems, contact:
chetang@yahoo.com
Chetan Gadgil (Home-Linux)