Installing ibi Data Intelligence

Before you begin
  1. Download ibi Data Intelligence from the TIBCO eDelivery website. To log in, you need a username and password. If you have not received a username and password, contact TIBCO Technical Support.

  2. Create a parent directory and unzip the ibi_data_intelligence_1.0.0.zip file into the parent directory. On Windows, this must be in the WSL2 environment.

    For example:

    $ mkdir iDI
    $ cd iDI
    $ unzip -d . ../ibi_data_intelligence_1.0.0.zip
    
    Procedure
  1. Open the install.sh script file in a text editor.

  2. To use Loqate Service for address cleansing, update the LOQATE_LINUX variable to point to your Loqate installation path.

  3. Configure the HOSTDOMAIN for ibi Data Intelligence by using either your machine's fully qualified host name or its IP address. Edit the respective section in the install.sh script.

    # To access ibi DI services with hostname, uncomment following line
    export HOSTDOMAIN=`hostname -f`
    
    # To access ibi DI services with IP Address, uncomment following line
    #export HOSTDOMAIN=`hostname -I |awk '{print $1}'`
    
    # Do NOT uncomment both, the most recent HOSTDOMAIN will override and all services will be accessible with this HOSTDOMAIN
    
    echo "HOSTDOMAIN: $HOSTDOMAIN"
    
    Note: In some environments, the hostname command might not provide the correct name. If this happens, you can comment out both lines, and manually set the HOSTDOMAIN.
  4. Save the changes made to the install.sh script.

  5. Optionally, to make the install.sh script executable, run the following command:

    chmod +x ./install.sh
  6. Then, run the installation script.

    ./install.sh
ResultThe installation process might take some time to complete as it involves building and launching the containers needed for ibi Data Intelligence. You can verify whether the application has started by accessing it through a web browser at https://<HOSTDOMAIN>:9808.

You can log in using the following credentials: Username - ibi, Password - ibi00. After logging in, you see the following ibi Data Intelligence page: