Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 746 Bytes

startredhat.md

File metadata and controls

36 lines (22 loc) · 746 Bytes

redhat Red Hat Agent

Step 1: System Requirements

Read here to ensure system packages are installed

Step 2: Download from Releases

Download the agent from github releases

Step 3: Create the agent

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.102.0.tar.gz

Step 4: Configure

~/myagent$ ./config.sh

Config VSTS Details

Config On-Prem Details

NOTE: running as a service details here

Step 5: Optionally run the agent interactively

~/myagent$ ./run.sh

That's It!