Documentation for Mac Installation
In the documentation for installation on Mac (at this page: http://confluence.jetbrains.com/display/TCD8/Installing+and+Configuring+the+TeamCity+Server#InstallingandConfiguringtheTeamCityServer-installingWithTomcat ) there is an example launchctl plist file.
Please make the addition to run team city as a normal user as default in your example. I'm sure most people won't actually want team city and its builds running as root!
The addition to make is:
<key>UserName</key>
<string>my-user-name</string>
Cheers,
Matt.
Please sign in to leave a comment.