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