Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

TeamCity – Mac Agent Install

Posted on February 2, 2016May 6, 2016 By David Kittell

This is a work in progress at the moment.

Start by opening Terminal

cd ~/Downloads
curl -o TeamCity-Agent.tar.gz 'https://download.jetbrains.com/teamcity/TeamCity-9.1.6.tar.gz'

If your network has a problem with SSL certificates you can try this command to download without checking the SSL certification. This is typically not suggested.

cd ~/Downloads
curl -k -o TeamCity-Agent.tar.gz 'https://download.jetbrains.com/teamcity/TeamCity-9.1.6.tar.gz'

Move the tar file to /tmp and Extract

sudo mkdir /TeamCity
cd ~/Downloads
sudo mv TeamCity-Agent.tar.gz /TeamCity
cd /TeamCity
sudo tar -xvf TeamCity-Agent.tar.gz
cd /TeamCity/buildAgent/conf

sudo cp buildAgent.dist.properties buildAgent.properties
cd /TeamCity/buildAgent/bin
sudo sh install.sh http://servername:9111/
Originally Posted on February 2, 2016
Last Updated on May 6, 2016
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code Mac OS X Shell Mac OSX TeamCity TeamCity Mac UNIX UNIX Shell Scripts

Post navigation

Previous post
Next post

Related Posts

PowerShell – Get Application Pool Username and Password

Posted on November 12, 2015

cd IIS:\AppPools (Get-Item DemoSite).processModel (Get-Item DemoSite).processModel.username (Get-Item DemoSite).processModel.password All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it…

Read More

Acrylic Proxy DNS Setup

Posted on October 16, 2015October 16, 2015

While still configuring my changes to Raspberry Pi Setup Proxy Server this works on an individual computer. NOTE: I have this setup mainly for the Wi-Fi, if you want it for wired connections you will need to change Wi-Fi to “Ethernet” or “Ethernet 2” Step 1: Download and Setup Acrylic…

Read More

JSON – Pull #FIRSTInspires data from @thebluealliance API

Posted on April 16, 2018March 9, 2020

Working on a couple tasks that need team information so I registered a read-only API key and started pulling down data for an offline app. Initially populating data using bash and jq. This may be cleaned up in time but it works for my purpose for now. Currently I’m just…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes