Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The HTTP Agent can be downloaded from the Flexagon Support Site. You will download specific version of agent (This will correspond with FlexDeploy version), download file is namedHttpsAgentTomcatComplete-X.X.X.X.zip, where X.X.X.X represents four digit version number. this link.

Code Block
# select folder location where the agent will be downloaded
export HTTPS_AGENT_HOME=/u01/fdinstaller
mkdir -p $HTTPS_AGENT_HOME
cd $HTTPS_AGENT_HOME
wget https://flexagon.com/downloads/httpsagent

Extract the zip file in the desired location (referred to as "HTTPS_AGENT_HOME" in this document).

...