Discover

Get Started

Developers

Industries

Get the INNORIX Container

After the Docker environment has been configured, download the INNORIX On-premise package and prepare the installation environment for deployment.

This section describes how to download the INNORIX installation package, extract it, and verify the installation directory structure.

Download the On-premise Package

Download the INNORIX On-premise installation package.

The installation package includes the Docker configuration files and installation scripts required to run the INNORIX service.

Package Download URL

bash
1
wget https://innorix.com/package/INNORIX-ONPREM-PACKAGE.tar.gz

After the download is complete, verify that the package has been downloaded successfully.

bash
1
ls -lh INNORIX-ONPREM-PACKAGE.tar.gz

Extract the Installation Package

Extract the downloaded On-premise installation package.

Extract the package.

bash
1
tar -xzf INNORIX-ONPREM-PACKAGE.tar.gz

After extraction is complete, move to the INNORIX installation directory.

bash
1
cd INNORIX-ONPREM-PACKAGE/

Verify the Installation Directory

After the package has been extracted, the files required for INNORIX deployment are created.

Verify the installation directory structure.

bash
1
ls -la

Main files:

FileDescription
docker-compose.ymlConfiguration file for the INNORIX Container runtime environment
install.shINNORIX installation script
start.shINNORIX service startup script
Other configuration filesConfiguration files for the service operating environment