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:
- Log in to the IBM Resilient instance with the resadmin user. 
- Download EclecticIQ Platform Integration from IBM X-Force App Exchange. 
- Save the archive to the - /home/resadmindirectory, 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 
- 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