Basic software installation
Description
The installation procedure is based on ant scripts and uses standard Windchill mechanisms and tools.
The installation routine is executed referencing a specific configuration, which is provided by INNOFACE.
In this case, the configuration name dev is used: ant -Dconf=dev deploy
The configurations available and their names can be found in the IFConneX project documentation. After the installation has been completed successfully, a BUILD SUCCESSFUL
should appear in most cases.
After the installation on UNIX systems, the reading permissions of the ${WT_HOME}/codebase/wt.properties
file must be checked.
Linux
Windows
Navigate to the unzipped installation directory (example: innoface-wc-project-999999-R11.0-M030-1.0
) and execute the following command:
Windchill Shell
ant -Dconf=<config> deploy
Navigate to the unzipped installation directory (example: innoface-wc-project-999999-R11.0-M030-1.0
) and execute the following command:
Windchill Shell
ant -Dconf=<config> deploy
Detailed execution
Detailed execution
Navigate to the unpacked deploy directory, which was created in the chapter "Preparations for first-time installation".
In this directory, the above-mentioned ant command is executed.
The <config> parameter usually varies depending on the system. This information is provided by INNOFACE.
After the deployment has been completed, a new entry is created in $WT_HOME/declarations.xconf that refers to a specific configuration directory.
Navigate to the unpacked deploy directory, which was created in the chapter "Preparations for first-time installation".
In this directory, the above-mentioned ant command is executed.
The <config> parameter usually varies depending on the system. This information is provided by INNOFACE.
After the deployment has been completed, a new entry is created in $WT_HOME/declarations.xconf that refers to a specific configuration directory.