The following tutorial column of Pagoda Panel will introduce to you the tutorial for installing the latest version of Pagoda 6.9 on CentOS system. I hope it will be helpful to friends in need!
# Tutorial on installing the latest version of Pagoda 6.9 on CentOS system!
Pagoda Introduction:
AMP/LNMP, website, database, FTP, SSL, easily manage the server through the Web.
Now let’s talk about the installation steps of the pagoda
1. Download the script
wget http://download.bt.cn/install/install_6.0.sh
2. Set the script permissions
chmod -R 755 install_6.0.sh
3. Execute the installation script
./install_6.0.sh
After half an hour, the pagoda is successfully installed on centos. Putty will display the port of the pagoda. The port of the pagoda defaults to 8888
In addition, it should be noted that using the pagoda requires opening several ports. . . Open it according to your needs!
The above is the detailed content of Tutorial on installing the latest version of Pagoda 6.9 on CentOS system. For more information, please follow other related articles on the PHP Chinese website!