Versions Compared

Key

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

...

Download and unzip the HTTPS Agent software using wget, curl, or manually from the Flexagon websiteSupport Portal.

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

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#B3D4FF

If the endpoint does not have internet access you can download the agent from the Flexagon website Support Portal and transfer the zip file manually.

...