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
wget https://innorix.com/package/INNORIX-ONPREM-PACKAGE.tar.gz
After the download is complete, verify that the package has been downloaded successfully.
ls -lh INNORIX-ONPREM-PACKAGE.tar.gz
Extract the Installation Package
Extract the downloaded On-premise installation package.
Extract the package.
tar -xzf INNORIX-ONPREM-PACKAGE.tar.gz
After extraction is complete, move to the INNORIX installation directory.
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.
ls -la
Main files:
| File | Description |
|---|---|
| docker-compose.yml | Configuration file for the INNORIX Container runtime environment |
| install.sh | INNORIX installation script |
| start.sh | INNORIX service startup script |
| Other configuration files | Configuration files for the service operating environment |