Install DataBreeze components for the Apache SSL Server
3 of 10
The Apache SSL Web Server will serve the DataBreeze Application Images. The Image files are used as icons and interface elements in the DataBreeze program. These Images must be installed in a location accessible by this Server.
Install DataBreeze Images and Icons
Download and move the dbz_img-x.x.tar.gz file to a directory that will be accessible by the Apache SSL server and unpack. When unpacked the archive will create a directory called 'dbz_img' containing all of the program images.
# mkdir /opt/www
# cd /opt/www/
Download the latest version of the DataBreeze images
# mv dbz_img-3.1.tar /opt/www
# cd /opt/www
# gunzip dbz_img-3.1.tar.gz
# tar xvf dbz_img-3.1.tar
# chown -R www:root dbz_img/
# chmod -R o+r dbz_img/
In this demonstration, the DataBreeze source code files are located in /opt/www/dbz_img/
Install Notes:
The Image files must have read permission by the Apache SSL Server User/Group