TencentOS Server is Tencent’s copy cat version of RHEL 8. Compare with Ali’s OpenAnolis, TencentOS seems more open, at least the kernel can be found at Github, but same as many China big internet company, the source code is open source once a year. I try to install my familiar Rails web framework on it and here is the log.
Install htop
yum update -y && yum install htop && reboot
Install locale
yum install langpacks-en glibc-all-langpacks -y
localectl set-locale LANG=en_US.UTF-8
Create the deployer user
adduser deployer
sudo su - deployer
mkdir .ssh
chmod 700 .ssh
vi .ssh/authorized_keys # and paste your public key