Access the installation package, then copy the configuration template to create a working configuration file.
- Confirm that the installation package is present in your working directory.
ls -ltr iqstudio-installer-*.tar.gz
- Extract the installer bundle.
tar -xzf iqstudio-installer-*.tar.gz
- Navigate to the extracted directory.
cd iqstudio-installer-v*/
Important: Run all further installation steps from within this directory. - Verify that the following files are present.
ls
The directory should contain the following files:File Description iqstudio-bundle-upload.sh Image upload helper script. Called automatically by the installer. iqstudio-helm Bundled iqstudio-helm binary used internally during installation and upgrade workflows. Note: You do not need to install or configure Helm on the target environment. The bundled iqstudio-helm binary runs during execution.iqstudio-installer.sh Main installer script. iqstudio-product-release-v<version>.yaml ProductRelease manifest. iqstudio-v<version>- FullStack.tar.gz Full-stack component bundle. iqstudio-v<version>-operator.tar.gz Operator bundle. prebake-models.py Model pre-baking utility. iqstudio-install.conf.template Configuration file template. - Copy the template to create your working configuration file.
cp iqstudio-install.conf.template iqstudio-install.conf