TeamCity Linux Mint 19.x Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install TeamCity IDE in GNU/Linux Mint 19.x Tara/Tessa/Tina/Tricia LTS.
And TeamCity for Linux Mint 19 is a Powerful and user-friendly Continuous Integration and Deployment server that works Out of the Box.
Finally, the Oracle Java Development Kit is Recommended for Running TeamCity on Linux Mint.
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download TeamCity Server for Linux
-
Double-Click on Archive and Extract into /tmp.
tar xvzf $HOME/Downloads/TeamCity*.tar.gz -C /tmp/
-
Relocating TeamCity Server
mv /tmp/TeamCity* $HOME/TeamCity
-
How to Install Recommended Oracle-Sun JDK on Linux Mint
-
User Path SetUp for TeamCity Server
nano $HOME/.bashrc
Append:
export PATH=$PATH:$HOME/TeamCity/bin
Load new Path:
bash
-
How to Getting-Started with TeamCity Server