This section describes the steps for deploying an EAC application in a Windows environment using the provided deploy.bat file.
The deploy.bat script in the bin directory configures and distributes the template files into the deployment directory structure.
To deploy an application:
C:\Endeca\Solutions\deploymentTemplate-3.2\bin>deployThe template identifies the location and version of your Platform Services installation based on the ENDECA_ROOT environment variable. If the information presented by the installer does not match the version or location of the software you plan to use for the deployment, stop the installation, reset your ENDECA_ROOT environment variable, and start again. Note that the installer may not be able to parse the Platform Services version from the ENDECA_ROOT path if it is installed in a non-standard directory structure. It is not necessary for the installer to parse the version number, so if you are certain that the ENDECA_ROOT path points to the correct location, proceed with the installation.
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 C:\Endeca\apps\MyApp already exists, it renames the existing directory to C:\Endeca\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.