Deployment of Tencent Cloud Server's personal website

Scan code login is required to open the computer room cooperation project. I have been thinking about scanning the code for a few days to log in. First, you need to become a developer of QQ Internet or WeChat Internet. After you apply for the developer qualification, you need to use the website. It happened to be a student to buy the cloud server and my Ma brother’s home. Domain name, because the domain name needs to be filed, I am still in the process of filing, so the following is a personal WordPress website built using Tencent Cloud server, and I refer to other people's blogs.

Here teach novice friends to use a very simple and easy-to-use server panel software-pagoda panel. Facilitate our one-click deployment of the required environment.

What is the pagoda panel: the pagoda Linux panel is a server management software that improves the efficiency of operation and maintenance. It supports more than 100 server management functions such as one-click LAMP/LNMP/cluster/monitoring/website/FTP/database/JAVA.

Before setting up, please resolve your domain name to the cloud server public network ip. Novices can choose "Quickly add website resolution", as shown in the figure below:

1. After purchasing the cloud server, log in to your console, find the "cloud server" you purchased, and log in.

2. At this time, the command line terminal of the cloud server should be opened (the same after Alibaba Cloud or Tencent Cloud is logged in), we only need to enter the following line of code, and then press the Enter key.

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

3. We wait patiently for a while and wait for the automatic installation of the pagoda panel to be completed (if you see whether to install *Y/N? in the middle, we only need to enter y).

After the installation is complete, we then enter bt on the command line, and the help menu option of the panel will be displayed at this time.

bt

4. At this time, when we enter the number 14, we can see the login address of the pagoda panel as well as the user name and password.

5. We copy the login address to the browser to open, enter the user name and password, and enter the background management page of the pagoda panel. Generally speaking, after logging in to the panel for the first time, it will automatically recommend you to install the environment kit. There are two options here, the first is the LNMP kit, and the second is the LAMP kit. As shown in the figure (it is recommended to choose one-click installation of LNMP)

6. For the sake of security, it is recommended to modify your user name and password, as well as the default port of the panel.

Note: Before modifying the panel port, remember to find your cloud server in your Alibaba Cloud or Tencent Cloud console, modify the rules under the "Security Group" column, and select "Add Rule" under Inbound Rules.

Regarding other security settings, we will talk about it in the next article, so let's set it here first.

7. Let’s start to deploy the WordPress website building program with one click. (Hint: If you have not installed the LNMP environment or the LAMP environment before, don’t worry, we can manually install the packages listed in step 5 of the software search), click on the panel "Software Store" on the left, then find WordPress, select one-click deployment.

8. Enter your website information, that is, your domain name. In addition, in order to avoid unknowable errors, novices are advised not to modify the database name and command created by default, just store it yourself. (When you click Submit, the system will automatically list the database name, password and website address. Please save this information. You need to fill in the WordPress installation later)

 

9. When installing the WordPress website program online, first select the language "Simplified Chinese", and then fill in the database name and password (you are asked to save it in the previous step)

10. After the installation is complete, log in to your Wordpress management background. (Background login address is: your website or ip/wp-admin)

11. At this point, your WordPress website is built. Then you can publish the article or change the theme, as well as post-maintenance, etc., I won't go into details here.

12. Finally, let me talk about how to manage your website on the pagoda panel and set various parameters. Click "Website" on the left side of the panel, select "Settings" behind your website, and you can see various feature settings.

The final deployment is like this. It can be said that it is not complete. It is only achieved by using the IP on the cloud server through the domain name resolution that I have not yet filed. There are too many restrictions, and I can only study and study after the filing is passed. Up.

 

 

 

Guess you like

Origin blog.csdn.net/weixin_44684272/article/details/109243217
Recommended