Environment Preparation
Git
You can check if it is installed with the following command:
git --version
Please ensure that the installed version meets the Environment requirements.
If it is not installed, you can use the following commands to install it:
Debian/Ubuntu:
sudo apt update sudo apt install gitCentOS/RHEL:
sudo yum install git
For more details, refer to the Git documentation for installation.
Go
You can check if it is installed with the following command:
go version
Please ensure that the installed version meets the Environment requirements.
If it is not installed, you can use the following commands to install it:
- Debian/Ubuntu:
sudo apt update
sudo apt install golang
- CentOS/RHEL:
Visit Go official site for the latest binary package and follow the instructions on that page for installation, or use go-repo.io.
For more details, refer to the Go documentation for installation.
Nginx
You can check if it is installed with the following command:
nginx -v
Please ensure that the installed version meets the Environment requirements.
If it is not installed, please refer toNginx official documentation for installation. You may also use various server management tools to install Nginx, such as:
