11

I do not know the steps to setup TeamCity agent on mac so if anybody did it. Please share your experience.

KlimczakM
  • 12,576
  • 11
  • 64
  • 83
Kushal Sharma
  • 220
  • 1
  • 2
  • 10

3 Answers3

8

As per the manual, the default setup for OSX TeamCity 10.X - In your terminal:

cd TeamCity/bin/runAll

sh runAll.sh start

In your browser,

http://localhost:8111/
Siii
  • 483
  • 1
  • 5
  • 10
4

There are clear instructions in the online documentation, explicitly around server and agent configuration on OSX.

If you want help with a specific problem, then please elaborate with more details.

SteveChapman
  • 3,051
  • 1
  • 22
  • 37
  • I guess what he's saying is that he has no experience with Macs at all (kinda the same position I'm in) and needs to know how to install stuff. – Ben Power Sep 06 '16 at 03:40
3

You can now install agents (including Mac OS) directly from the TeamCity UI using the Agent Push feature. Just select the unix platform in the config settings.

Official Docs

Here is a screenshot from someone using it at this blog post.

enter image description here

JumpingJezza
  • 5,498
  • 11
  • 67
  • 106