Pagoda tutorial AI creation system construction detailed tutorial

I. Introduction

As we all know, Pagoda Linux Panel is a server management software that improves the efficiency of operation and maintenance. After more than 200 iterations of versions, it has full functions, less errors and is safe enough. It has been approved and installed by millions of users around the world.

Advantage:

Before using Pagoda: Manually inputting commands to install various software is time-consuming, labor-intensive and error-prone, and requires memorizing many Linux commands, which is very complicated.

After using the pagoda: Install the panel in 2 minutes, manage the server with one click, and replace the complicated and numerous commands before with a few clicks of the mouse. The operation is simple, and you can use it at a glance.

2. Prerequisites

1. Preliminary conditions, a server of your own and your own domain name, and then record

2. After the filing is completed, the server installs the pagoda panel

3. A system source code

The system source code can be seen in an article published by the blogger on CSDN:

The latest AI creation system program

3. Start building

1. Step 1: Use an SSH connection tool, such as the Fort SSH terminal to connect to your Linux server, mount the disk, and execute the corresponding command according to the system to start the installation (the panel installation will be completed in about 2 minutes)

Centos system installation command:

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

Domestic Loongson architecture installation command (do not use other CPUs):

wget -O install_panel.sh https://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec

2. The second step: Install the installation environment required by this system program

Environment: Nginx, MySQL 5.7, PHP-7.3

3. The third step: Enter the pagoda panel – click on the website – add site – resolve and bind the domain name – select PHP7.3 – mysql5.7

insert image description here
After checking, click Submit.

4. Step 4: At this time, the mysql database information you just created will pop up, it is best to save it locally.

insert image description here
5. Step 5: Click on the root directory of the website, enter the file management, and upload the program to the root directory (upload "chengxu.zip" to the website and unzip it).

insert image description here
Add your own system source code, click upload, and finally select the system source code you just uploaded, right click and select unzip.
insert image description here

6. Step 6: Enable HTTPS secure access, click the website name domain name, select SSL, and fill in the SSL certificate corresponding to your domain name.

insert image description here
After clicking Save, enable Mandatory HTTPS.

insert image description here
7. Step 7: Visit the domain name you just bound, and install the configuration database online on the homepage.

insert image description here
Just one click to install!
insert image description here
8. The eighth step: system information configuration

Website background address/admin Default account: admin Password: 123456
insert image description here
Administrator background home page:
insert image description here
system website front desk:

insert image description here
After all configurations are complete, you can enjoy using artificial intelligence!

insert image description here
The installation steps are also very convenient, just follow these steps!

For more website building techniques, you can enter my study notes and technical tutorial blog to learn:

https://www.djmale.cn/

The tutorial is over, thanks for watching!

Guess you like

Origin blog.csdn.net/weixin_43227851/article/details/130802741