Install EclecticIQ Platform Integration#

Download and install EclecticIQ Platform Integration for IBM Resilient.

To download the app from the IBM X-Force App Exchange marketplace and to install it in the target IBM Resilient instance:

  1. Log in to the IBM Resilient instance with the resadmin user.

  2. Download EclecticIQ Platform Integration from IBM X-Force App Exchange.

  3. Save the archive to the /home/resadmin directory, and then decompress it:

    # Go to the '/home/resadmin' directory.
    cd /home/resadmin
    
    # Untar the downloaded aerchive.
    # 'x.x.x' is a placeholder representing the app release.
    # Example: 1.1.2
    tar -zxvf rc-cts-eclecticiq-x.x.x.tar.gz
    
  4. Browse to the app root directory, and then install the app:

    # Go to the app root directory.
    # 'x.x.x' is a placeholder representing the app release.
    # Example: 1.0.3 
    cd /home/resadmin/rc-cts-eclecticiq-x.x.x
    
    # Install the app. 
    sudo python setup.py install