TeamCity 9 Quick Start for Ubuntu
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with TeamCity 9 Continous Integration and Development Server for Ubuntu 16.04 Xenial Xerus LTS i386/amd64 Desktop/Server.
TeamCity is a Powerful and user-friendly Continuous Integration and Deployment server that works Out of the Box.
The Oracle Java Development Kit 8 is Recommended for Running TeamCity on Ubuntu Linux.
-
Open a Command Line Shell Session
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download TeamCity 9 Server for Linux
-
Double-Click on Archive and Extract into /tmp.
tar xvzf $HOME/Downloads/TeamCity*.tar.gz -C /tmp/
-
Relocating TeamCity 9 Server
mv /tmp/TeamCity* $HOME/TeamCity
-
How to Install Recommended Oracle-Sun JDK 8 on Ubuntu
-
User Path SetUp for TeamCity 9 Server
nano $HOME/.bashrc
Append:
export PATH=$PATH:$HOME/TeamCity/bin
Load new Path:
bash
-
How to Getting-Started with TeamCity 9 Server