To install Active Intelligence Visualization (AIV) on Linux, follow these steps:
Check Requirements: Ensure your system meets the following requirements:
Hardware: Minimum 8 GB RAM, however we recommended to have 16 + GB
Disk space: 15 GB disk space,
Java: Java 8, Java14
Database: PostgreSQL/MySQL/Oracle,
Apache Tomcat 8.x).
Download AIV: To download the AIV installer, visit AIV Download. page.
Here’s the setup steps for AIV on Linux:
- Open Terminal and switch to root:
sudo su
. - Update system:
apt-get update
and installwget
:apt-get install wget
. - Download AIV:
wget <AIV_download_link>
and rename it toaiv-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/
.
- Open Terminal and switch to root:
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
Feedback sent
We appreciate your effort and will try to fix the article