The FlexDeploy™ Linux Installer Guide provides system requirements, required downloads and instructions for installing or upgrading FlexDeploy and its components on Linux and Docker.
...
If your FlexDeploy server does not have internet access then FlexDeploy software must be downloaded from the Flexagon Support Site and the downloaded zip file must be saved to $FLEXDEPLOY_INSTALLER_HOME/downloads/software (don't unzip).
Step 4.2: Influx database (conditional)
If you are installing/upgrading FlexDeploy to version 6.0+ then keep reading otherwise skip to next step. If your FlexDeploy server does not have Internet access, the software and the client must be downloaded and gzip files must be saved to $FLEXDEPLOY_INSTALLER_HOME/downloads/influxdb (don't extract them).
Step 5: Check the Prerequisites
...
Code Block | ||
---|---|---|
| ||
cd ${FLEXDEPLOY_INSTALLER_HOME}/flexdeployinstaller_X.X.X ./flexdeployinstaller.sh -p -v <FlexDeploy version - example: 7.0.0.03> -c <path to saved config file>/flexdeployinstaller_config.txt |
...
Code Block | ||
---|---|---|
| ||
cd ${FLEXDEPLOY_INSTALLER_HOME}/flexdeployinstaller_X.X.X ./flexdeployinstaller.sh -v <FlexDeploy version - example: 7.0.0.03> -c <path to saved config file>/flexdeployinstaller_config.txt |
...