Docker AIV Installation
Docker-AIV
This repository provides the official Docker-based setup for deploying AIV β the Active Intelligence Visualization platform.
AIV is a robust, self-service business intelligence and analytics solution that empowers users to connect to data sources, build interactive visualizations, and extract meaningful insights. This Docker deployment streamlines the process of setting up AIV for development, testing, or production environments.
π Key Features
- Rapid Deployment: Spin up a full AIV instance with just a few simple commands.
- Environment Consistency: Guarantee identical environments across different systems and teams.
- Scalability: Scale your AIV instance up or down depending on your data and user load.
- Cross-Platform Compatibility: Runs on any operating system with Docker support.
π¦ Getting Started
β Prerequisites
π§ Installation Steps
-
Clone the repository:
git clone https://github.com/aiv-code/docker-aiv.git cd docker-aiv -
Start the application:
docker-compose up -d
π Accessing AIV
Once the containers are running, open your browser and go to:
http://localhost:8080/aiv
You should now see the AIV ready to use.