I do not know the steps to setup TeamCity agent on mac so if anybody did it. Please share your experience.
Asked
Active
Viewed 1.6k times
11
-
Please tell us what you've already tried and what specifically you are having problems with – Paul Hunt Jun 19 '14 at 14:32
-
We got this working by following the helpful advice from http://stackoverflow.com/questions/35200561/setting-up-teamcity-to-integrate-to-osx-build-agent – Dr. Andrew Burnett-Thompson Mar 21 '16 at 18:43
3 Answers
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.
Here is a screenshot from someone using it at this blog post.

JumpingJezza
- 5,498
- 11
- 67
- 106