|
Overview and start of the DataBreeze Install
|
2 of 10
|
This demonstration details how to install DataBreeze on the specified Open Source platform as outlined in the Platform install. DataBreeze components must be installed and configured for each Server.
This demonstration is performed using RedHat Linux 7.2. Examples preceded by the pound '#' symbol are entered at the command line.
|
Create Web Account User
|
|---|
|
The Apache Servers (both SSL and ModPerl) will need User and Group assignments. In this example we create a group called 'www' and a user called 'www'.
|
# groupadd www
# useradd -g www www
| |
In the following examples, we change the permissions of the DataBreeze Images, Source Code, Data and Configuration files to allow access by this User/Group. You may use whichever User/Group desired, just make sure to substitute your User:Group for the www:www used in these examples. When problems arise starting DataBreeze, the permissions of the different files should be checked first.
| |