Installation of cae-db.com in your own webserver (apache httpd) or cloud facility:
1. Install LAMP web server bundle.
2. Download caedb.tar.gz. Untar creates a folder apache
3. Modify apache2.conf file for "DocumentRoot" as the above folder. Add WEB_ROOT environment variable with the path of the above folder.
4. Stop and Start apache using sudo apache2ctl stop and sudo apache2ctl start.
5. Modify connection.xml with the user name and password of MySQL Database
6. Open localhost and upload keyword files


Building cae-db.com sources for installing apache/cgi-bin and apache/lib directories:
1. Download sources webcae.tar.gz
2. Download dependencies:
libexpat1-dev
libmysqlclient-dev
3. Go to webcae directory and makeall
4. Execute webcae/cpall and copy wecae/lib to apache/lib