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
Click here to expand...
Navigate to the unzipped installation directory (example: innoface-wc-project-999999-R11.0-M030-1.0) and execute the following command:
Windchill Shell
CODE
ant -Dconf=<config> deploy
Instead of <config> insert the name of the folder that was stored for the configuration.