The following is the tutorial column of Pagoda Panel to introduce to you how to install Pagoda Panel on Linux. I hope it will be helpful to friends in need!
Self-installation tutorial:
Use SSH tool to connect to your cloud server
Mount the hard disk and run the mount command
yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
Press Y when prompted and press Enter
Execute the pagoda installation command
Centos installation script command:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh a690885f4
Ubuntu/Deepin Installation script command:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh a690885f4
Debian installation script command:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh a690885f4
Fedora installation script command:
wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh a690885f4
The above is the detailed content of Linux installation pagoda panel. For more information, please follow other related articles on the PHP Chinese website!