This section describes the steps for deploying an EAC application in a UNIX environment using the provided deploy.sh file.
Before deployment, unpack the Deployment Template package on the primary server. Five directories - bin, conf, data, doc, and lib - are installed into the deploymentTemplate-[VERSION] directory.
The shell script in the bin directory is used in the following deployment steps to configure and distribute the template files into the deployment directory structure.
To deploy the application:
If the application directory already exists, the installation script archives the existing directory, to avoid accidental loss of data. For example, if the installer finds that /localdisk/apps/myapp already exists, it renames the existing directory to /localdisk/apps/myapp.[timestamp].bak and installs the new deployment into a new myapp directory. Note that in the case of deployments that use a large amount of disk space, it is important to remove archived deployment directories to clear up disk space.