Skip to main content
Skip table of contents

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 named dev is used: ant -Dconf=dev deploy

The available configurations and their names can be found in the IFConneX project documentation. A BUILD SUCCESSFUL should appear in most cases after the installation has been completed successfully.

On UNIX systems the reading permissions of the file ${WT_HOME}/codebase/wt.properties should be checked after the installation.

Linux

Windows

Navigate into 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

Navigate  into 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



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, which 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, which refers to a specific configuration directory


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.