Complete tutorial for building a website on a server (pagoda panel + wordpress) Quickly build a website with one-click deployment

According to the official website of Pagoda to open the secure port on the cloud, the
following host must see (open port tutorial, can not be used without opening):
Tencent Cloud: https://www.bt.cn/bbs/thread-1229-1-1.html
Alibaba Cloud: https://www.bt.cn/bbs/thread-2897-1-1.html
Huawei Cloud: https://www.bt.cn/bbs/thread-3923-1-1.html

Step 1: After installing the system, install the pagoda panel on the server

Centos installation command:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

Ubuntu/Deepin installation command:

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

Debian installation command:

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

Fedora installation command:

wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh

Second step

After the installation is completed according to the command line, find the panel login address and user name and password provided by the command line and enter the address in the browser to go to the
Insert picture description here
login interface. After entering the account and password
Insert picture description here
, check the LNMP to install PHP and change the recommended version to the highest. Compile and install The [Insert the picture description here](https://img-blog.csdnimg.cn/20190726205934507.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNbl80N4ubmV0L3dFF_size=ODFF_size=ODFF_OD_SIZE,
Insert picture description here
domain name to IP address resolution should be done in the cloud where the domain name is purchased (the following is an example of Tencent Cloud).
Insert picture description here
The WordPress required for downloading
can be downloaded from the official website (unstable)
or from a third-party website (recommended) ) After
downloading, it should be a compressed package.
Insert picture description here
Next, upload the compressed package to the server, ssh.scp.ftp and other methods. Here I use the upload tool that comes with the pagoda
Insert picture description here
. After uploading, decompress
Insert picture description here
it. You can change the website directory (remember to save ) The
Insert picture description here
browser enters the domain name when the site was built
Insert picture description here

Troubleshoot https://www.cnblogs.com/lindexi/p/12087231.html
installing wordpress, sorry, I can’t write wp-config.php file

Guess you like

Origin blog.csdn.net/weixin_44578029/article/details/97406722