Versions Compared

Key

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

...

The agent software can be downloaded from the Flexagon websiteSupport Portal and transferred to the endpoint, or can be downloaded directly on the endpoint using wget or curl (provided internet access is available on endpoint).

...

Code Block
languagebash
HTTPS_AGENT_TEMP=/u01/software/temp/agent     (you may change this to any directory, but don't use HTTPS_AGENT_HOME or anything inside HTTPS_AGENT_HOME)
mkdir -p ${HTTPS_AGENT_TEMP}
cd ${HTTPS_AGENT_TEMP}

# DOWNLOADThe eitherHTTPS usingagent wgetversion orshould curlmatch oryour transferFlexDeploy hereversion.
manually# wget -O HttpsAgentTomcatComplete.zipPlease see https://support.flexagon.com/downloads/httpsagent
# ORa/solutions/articles/5000887932 and find the corrent download link.
wget -O HttpsAgentTomcatComplete.zip <link from support site>
or
curl -L --max-redirs 5 https://flexagon.com/downloads/httpsagent <link from support site> --output HttpsAgentTomcatComplete.zip

unzip HttpsAgentTomcatComplete.zip

...