How to Install TeamCity on Lubuntu 18.04 LTS Gnu/Linux

August 25, 2018 | By the+gnu+linux+evangelist.

TeamCity Lubuntu 18.04 Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install TeamCity IDE in Lubuntu 18.04 Bionic LTS GNU/Linux.

And TeamCity for Lubuntu 18.04 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 Lubuntu Linux.

TeamCity Installation Lubuntu 18.04 LTS - Featured
  1. Open a Shell Terminal emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    TeamCity Installation Lubuntu 18.04 LTS - open terminal
  2. Download TeamCity Server for Linux

    TeamCity tar.gz Linux
  3. Double-Click on Archive and Extract into /tmp.

    tar xvzf $HOME/Downloads/TeamCity*.tar.gz -C /tmp/
  4. Relocating TeamCity Server

    mv /tmp/TeamCity* $HOME/TeamCity
  5. How to Install Recommended Oracle-Sun JDK on Lubuntu

    Install Oracle JDK for Lubuntu
  6. User Path SetUp for TeamCity Server

    nano $HOME/.bashrc

    Append:

    export PATH=$PATH:$HOME/TeamCity/bin

    Load new Path:

    bash
  7. How to Getting-Started with TeamCity Server

    TeamCity Quick Start Guide

QuickChic Theme • Powered by WordPress