Home > Topics > Pagoda Panel > Linux installation pagoda panel

Linux installation pagoda panel

藏色散人
Release: 2019-11-05 11:55:33
forward
3717 people have browsed it

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!

Linux installation pagoda panel

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
Copy after login

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
Copy after login

Ubuntu/Deepin Installation script command:

wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh a690885f4
Copy after login

Debian installation script command:

wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh a690885f4
Copy after login

Fedora installation script command:

wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh a690885f4
Copy after login

The above is the detailed content of Linux installation pagoda panel. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:chshuju
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template