Installing TeamCity on MAC OSX Sierra
Answered
Hi,
I am pretty new when it comes to mac systems as i have never really used one properly before - Only Windows.
I have been given the great task of installing Team City on a Mac running OSX Sierra. I have been looking for some kind of guide to help me getting this installed and then setting up the repositories but i cannot find any kind of guide online - Can anyone help point me in the right direction?
Thanks in advance
Ben
Please sign in to leave a comment.
Hi Ben, see if this Getting Started guide is something you are looking for. If you need more information than the installation quick start provides, this section is more detailed.
Hi Julia,
Thank you for replying to me, I am still have massive problems actually getting it installed. I have downloaded the JDK that it needs, and then downloaded TeamCity... but im still really unsure how to actually get the localhost running.
I have unpacked the TeamCity-2017.1.2.tar.gz, but what are the next steps to run.
I have run the runAll.bat
@echo off
SET TEAMCITY_RUNALL_CURRENT_DIR=%CD%
cd /d %~dp0
ECHO Looking for installed Java...
if exist ..\jre SET JRE_HOME=%cd%\..\jre
CALL "%cd%\findJava.bat" "%cd%\..\jre"
IF NOT ERRORLEVEL 1 GOTO java_search_done
ECHO Neither the JDK nor JRE is found. Cannot start the Agent.
GOTO done
:java_search_done
IF ""%1"" == ""start"" goto run
IF ""%1"" == ""stop"" goto run
goto usage
Wondering if in bold is stopping it from installing but i have installed it?
Sorry its vague, really at abit stuck with this.
Any help will be greatly appreciated
Thanks
Ben