Installing
-
2. Downloading TeamCity
Download TeamCity Server for Linux
-
3. Extracting TeamCity
Then Extract into /tmp
Possibly Double-Click/Right-Click and Open with Archive Manager:
Or from Shell:tar xvzf $HOME/Downloads/TeamCity*.tar.gz -C /tmp/
-
4. Installing TeamCity
Next to Install TeamCity Server on Fedora
Here for a Local Setup:mv /tmp/TeamCity* $HOME/TeamCity
How to Install Recommended Oracle-Sun JDK on Fedora
Finally, the User Path SetUp for TeamCity
nano $HOME/.bashrc
Append:
export PATH=$PATH:$HOME/TeamCity/bin
Load new Path:
bash
Contents