Installing Intellicus on a Linux Server
There are three methods to install Intellicus on a Linux server.
Installing Linux — Method 1 (Run the install script for a fresh installation)
Use these instructions to install Intellicus by running an install script.
1. Do one of the following to create an installation directory. This directory will be referred to as <INSTALL_INTELLICUS_DIR>.
a. Create an installation directory on <SERVIGISTICS_APP_SERVER> if you are installing Intellicus on the Servigistics Application Server.
b. Create an installation directory on <INTELLICUS_APP_SERVER> if you are installing Intellicus on the Intellicus Application Server.
2. Download the following files from the PTC Support site to the <INSTALL_INTELLICUS_DIR> directory.
a. Intellicus<version>_custom_ux<architecture>.tar.gz
b. Installintellicus<version>_custom_ux<architecture>.sh
3. Navigate to the <INSTALL_INTELLICUS_DIR> directory and run the following command:
For non-root users:
sudo ./Installintellicus<version>_custom_ux<architecture>.sh
For root users:
./Installintellicus<version>_custom_ux<architecture>.sh
4. Enter 1 when prompted to perform a full installation.
Installing Linux — Method 2 (Use the gunzip and tar commands to extract files for a fresh installation)
Use these instructions to install Intellicus by running gunzip and tar commands.
1. Do one of the following to create an installation directory. This directory will be referred to as <INSTALL_INTELLICUS_DIR>.
a. Create an installation directory on <SERVIGISTICS_APP_SERVER> if you are installing Intellicus on the Servigistics Application Server.
b. Create an installation directory on <INTELLICUS_APP_SERVER> if you are installing Intellicus on the Intellicus Application Server.
2. Download the following files from the PTC Support Download the following files from the PTC Support site to the <INSTALL_INTELLICUS_DIR> directory.
a. Intellicus<version>_custom_ux<architecture>.tar.gz
b. Installintellicus<version>_custom_ux<architecture>.sh
3. Navigate to the <INSTALL_INTELLICUS_DIR> directory and run the following command to decompress the gunzip file:
4. Run the following command to create a folder named Intellicus at the same location as the tar file and extract all the files to that folder:
tar -xvf Intellicus<version>_custom_ux<architecture>.tar
Installing Linux — Method 3 (Run the install script to upgrade an installation)
Use these instructions to install Intellicus by running gunzip and tar commands.
1. Do one of the following to create an installation directory. This directory will be referred to as <INSTALL_INTELLICUS_DIR>.
a. Create an installation directory on <SERVIGISTICS_APP_SERVER> if you are installing Intellicus on the Servigistics Application Server.
b. Create an installation directory on <INTELLICUS_APP_SERVER> if you are installing Intellicus on the Intellicus Application Server.
2. Download the following files from the PTC Support Download the following files from the PTC Support site to the <INSTALL_INTELLICUS_DIR> directory.
a. Intellicus<version>_custom_upgrade_ux<architecture>.tar.gz
b. Installintellicus<version>_custom_upgrade_ux<architecture>.sh
3. Navigate to the <INSTALL_INTELLICUS_DIR> directory and run the following command to decompress the gunzip file:
For non-root users:
sudo ./Installintellicus<version>_custom_upgrade_ux<architecture>.sh
For root users:
./Installintellicus<version>_custom_upgrade_ux<architecture>.sh
4. Enter the following responses to the prompts:
a. Select option 1 (Upgrade Existing Intellicus Setup).
b. Select option 1 (Full Default).
A backup folder named <Intellicus_CurrentDate> is created at the same path as your backup of the original Intellicus folder.