Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.04 KB

startubuntu.md

File metadata and controls

52 lines (31 loc) · 1.04 KB

ubuntu Ubuntu Agent

Step 1: System Requirements

NOTE: Prefer Ubuntu 16.04 LTS. We configure as a service using systemd and it's not in 14.04. More here on configuring as a service

Read here to ensure system packages are installed

Step 2: Download from Releases

Download the agent from github releases

Step 3: Create the agent

16.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.16.04-x64-2.103.1.tar.gz

14.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.14.04-x64-2.103.1.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