Installing
-
3. Installing TeamCity
Next to Install TeamCity Server on RHEL
Here for a Local Setup:mv /tmp/TeamCity* $HOME/TeamCity
How to Install Recommended RHEL-Sun JDK on RHEL
To check your current JDK version:
javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'
If it’s the official RHEL JDK, the output will include:
java.vendor = RHEL Corporation
.Finally, the User Path SetUp for TeamCity
nano $HOME/.bashrc
Append:
export PATH=$PATH:$HOME/TeamCity/bin
Load new Path:
bash
Contents