Taking advantage of the recent downtime in offline business, I will update more tutorials for everyone. Wordpress CMS, abbreviated as "WP," is currently the most widely used CMS for blogs, with a strong and active ecosystem. For X webmasters, WP can cover almost all types of sites related to X, including video X sites, navigation X sites, paid resource X sites, X novel sites, X image sites, X comic sites, etc., all of which can be implemented on the WP CMS.
This article is a very basic tutorial on setting up Wordpress on the Baota panel. Experienced webmasters can skip it, while beginners can learn it in ten minutes by following the tutorial.
Tutorial Environment#
Nginx 1.24 + MySQL 8.0 + PHP 7.4 + International version of Baota panel
International Version Baota Installation Tutorial#
If beginners do not understand how to install Baota, please first read the article below
Install a Visual Management Interface for Your Server - Baota Panel International Version aaPanel Installation Tutorial
Create Website#
According to the arrow order in the image, enter your domain name in the Domain name field, configure the database, and then click the green button in the lower right corner to create a new website.
After creation, the database information will pop up, and we can copy it down here.
Apply for SSL Certificate#
Before applying for an SSL certificate, ensure that your domain has been resolved to the server; otherwise, the certificate application will fail.
A successful certificate will look like the image below. The certificate is valid for 3 months, and Baota will automatically renew it, so you basically don't need to worry about it.
Download and Install Wordpress#
Open the Chinese official website of Wordpress: https://cn.wordpress.org/download/ Note: Be sure to download from the official website; other channels may contain backdoors.
Directly copy the download link, https://cn.wordpress.org/latest-zh_CN.zip
Enter your website root directory as shown in the image below.
Then select Remote download to download the WP source code directly to the website root directory.
After the download is complete, delete the unnecessary files.
Then extract the downloaded zip file.
After extraction, you will get a folder called "wordpress." Enter it and cut the files inside to the website root directory.
Enter the "wordpress" folder, select all files inside, and choose cut (note the website directory here).
Return to the website root directory and paste all the files from the wordpress folder here.
Open the website domain, and it will automatically enter the WP installation interface.
Fill in the database username and password that you just copied. Note: If you need to create multiple WP sites on the same server, change the table prefix line to "wp1_" or "wp2_" to avoid database collisions.
After submission, run the installation program.
Enter the site title (you can enter anything; it can be changed later), username and password, email address (it is recommended to use an email that can receive emails; if you forget the backend password, you can retrieve it through email, provided that the server is configured to send emails. Try not to forget the WP password, as it can be troublesome.)
Install Wordpress, and seeing the interface below means the installation was successful.
The backend login address is generally: yourwebsite/wp-admin