Installing Intellicus on a Linux Server
There are two methods to install Intellicus on a Linux server.
Installing Linux — Method 1 (Run the install script) 
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>_ux<architecture>.tar.gz
b. Installintellicus<version>_ux<architecture>.sh
3. Navigate to the <INSTALL_INTELLICUS_DIR> directory and run the following command to grant administrative rights to the executable file:
chmod u+x Installintellicus<version>_ux<architecture>.sh
4. Run the following command to install the application:
./Installintellicus<version>_ux<architecture>.sh
5. Enter 1 when prompted to perform a full installation.
6. Proceed with the installation and configuration process as outlined in the Updating the License File step.
Installing Linux — Method 2 (Use the gunzip and tar commands to extract files) 
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>_ux<architecture>.tar.gz
b. Installintellicus<version>_ux<architecture>.sh
3. Navigate to the <INSTALL_INTELLICUS_DIR> directory and run the following command to decompress the gunzip file:
gunzip Intellicus<version>_ux<architecture>.tar.gz
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>_ux<architecture>.tar
5. Proceed with the installation and configuration process as outlined in the Updating the License File step.
Was this helpful?