Step-by-step – TeamCity Installation in Fedora Rawhide

January 27, 2020 | By the+gnu+linux+evangelist.

Installing

  1. Download TeamCity Server for Linux

    TeamCity tar.gz Linux
  2. Then Extract into /tmp
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    Extracting
    Or from Shell:

    tar xvzf $HOME/Downloads/TeamCity*.tar.gz -C /tmp/
  3. Next to Relocating TeamCity Server
    Here for a Local Setup:

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

    Install Oracle JDK for Fedora
  5. User Path SetUp for TeamCity Server

    nano $HOME/.bashrc

    Append:

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

    Load new Path:

    bash

Contents


QuickChic Theme • Powered by WordPress