Setting Up the iProcess Engine System Directory
Status
|
If you are... |
This task is... |
|
Installing a new iProcess Engine Version 11.8.0 |
Optional |
|
Upgrading from an iProcess Engine Version 11.0 or later |
Required |
Database
Oracle, DB2
Description
$SWDIR is the iProcess Engine system directory, where the iProcess Engine software is installed.
|
Note |
If you are upgrading and you want to run the installer as the iProcess Engine background user (see iProcess Engine Background User Name), this user must have the necessary permissions to the |
Node-Cluster
$SWDIR must be setup on the master server and on each slave server.
Procedure
| 1. | Log in as the user who will run the installer (either root or the iProcess Engine background user). |
| 2. | Set the $SWDIR environment variable to the directory where you want to install (or upgrade) the iProcess Engine. For example: |
|
export |
| 3. | If you are upgrading and you want to run the installer as the iProcess Engine background user: |
-
Log in as
root. -
Use the following command to make sure that all files in
$SWDIRand all of its sub-directories have full read and write permissions (rw-rw-rw):chmod -R a+rw $SWDIR -
Use the following commands to change the ownership of certain files under
$SWDIRto the iProcess Engine background user.
|
|
where pro is the name of the iProcess Engine background user.
See Also
See your operating system documentation for more information about how to set environment variables.