Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 763 Bytes

startredhat.md

File metadata and controls

37 lines (24 loc) · 763 Bytes

RedHat Agent

System Information

Read here to ensure system packages are installed

Step 1: Download from Releases

Download the appropriate agent from github releases

From the cmdline:

~/Downloads$ curl -kSLO https://github.com/Microsoft/vsts-agent/releases/download/v2.100.1/vsts-agent-rhel.7.2-x64-2.100.1.tar.gz

Step 2: Create the agent

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

Step 3: Configure

~/myagent$ ./config.sh

Step 4: Optionally run the agent interactively

If you didn't run as a service above:

~/myagent$ ./run.sh

That's It!