Keep the following in mind when installing on Linux:
- Specific system libraries are required to run Helix ALM applications on different Linux distributions. You must install these libraries before using the applications to make sure they work correctly. See Checking for Missing System Libraries on Linux for information.
- The following Surround SCM components require a Java runtime: Guiffy (for diffing/merging) and the indexing server. The OpenJDK Java Runtime (OpenJRE) is installed during installation. To change the Java runtime:
Java installer
1. Double-click the installer archive or enter tar -zxvf <InstallerFilename>.tar.gz in Terminal to extract the installer.
2. Run the extracted .bin file as root to start the installer.
Perl command line installer
1. In Terminal, enter tar -zxvf <InstallerFilename>.tar.gz to extract the installer.
2. Enter cd sscm-<version> to change to the Surround SCM application directory. For example, if you are installing Surround SCM 2024.1.0, enter cd sscm-2024.1.0.
3. Enter./install.pl as root to run the install script.