How do I install Active Intelligence Visualization on Linux?

Modified on Mon, 30 Sep, 2024 at 9:35 AM

To install Active Intelligence Visualization (AIV) on Linux, follow these steps:

  1. Check Requirements: Ensure your system meets the following requirements: 

    1. Hardware:  Minimum 8 GB RAM, however we recommended to have 16 + GB 

    2. Disk space: 15 GB disk space, 

    3. Java: Java 8, Java14 

    4. Database: PostgreSQL/MySQL/Oracle, 

    5. Apache Tomcat 8.x). 

  2. Download AIV: To download the AIV installer, visit AIV Download. page.

  3. Here’s the setup steps for AIV on Linux:

    • Open Terminal and switch to root: sudo su.
    • Update system: apt-get update and install wget: apt-get install wget.
    • Download AIV: wget <AIV_download_link> and rename it to aiv-linux-x64.run.
    • Make it executable: chmod +x aiv-linux-x64.run.
    • Run the installer: ./aiv-linux-x64.run, accept the license, and set the installation directory.
    • Start the Tomcat server: cd aiv then ./start_aiv.sh, and access AIV at <ip address>:8080/aiv/.


      For detailed steps, visit the Linux Installation Guide

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article