# Installation

# Installing through the Windows Installer Interface

  1. Double-click the installer file.

  2. In the setup wizard, click Next.

    Welcome Screen

    Welcome Screen

  3. Read and accept the License Agreement, then click Next.

    End-User License Agreement

    End-User License Agreement

  4. Specify the installation directory. Click Change to set a different directory or click Next to use the default folder.

    Destination Folder

    Destination Folder

    Changing the Installation Directory

    Changing the Installation Directory

  5. Specify the CLIMS Server URL where the client will connect to, then click Next.

    Specifying the CLIMS Server URL

    Specifying the CLIMS Server URL

  6. Click Install to start the installation process.

    Alternatively, click Back to review any installation setting.

    Ready to Install

    Ready to Install

  7. The installer will set up all necessary files on the computer. Click Finish.

    Complete Installation

    Complete Installation

# Installing using the Downloaded Installer

This is only applicable for installing on OL/RHEL/CentOS 7.

  1. Open a terminal with root user privileges.

  2. Run the following command:

Command Syntax
export SERVER_URL="http(s)://<clims_server_hostname>:<port_number>" && rpm -Uvh "<path_to_installer>/OpeniTCLIMSClient-linux-x64.rpm"
Parameter Description
<clims_server_hostname> Use this parameter to specify the hostname of the machine where the CLIMS Server is installed
<port_number> Use this parameter to specify the port number used by the web service, which is 8888 by default; this is specified upon CLIMS Server installation
<path_to_installer> Use this to specify the location of the installer file
Command Parameters

# Example

To install OpeniTCLIMSClient-linux-x64.rpm from /root/Installers/, using the CLIMS Server URL, http://mnl1180win:8888:

Example
export SERVER_URL="http://mnl1180win:8888" && rpm -Uvh "/root/Installers/OpeniTCLIMSClient-linux-x64.rpm"

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close