Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
40 lines (24 loc) · 785 Bytes

startredhat.md

File metadata and controls

40 lines (24 loc) · 785 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.103.0.tar.gz

Step 4: Configure

~/myagent$ ./config.sh

Config VSTS Details

Config On-Prem Details

Step 5: Run the agent

You can run the agent interactively or as a SystemD service.

Interactively

~/myagent$ ./run.sh

As a SystemD Service

details here