This tutorial is used to deploy
Website Download Mall - H5 Version
Deployment Environment
Deploy the website toCentOS 7
、CentOS 8
Website Program
.Net core 3.1 + mysql 5.7
step
Install Pagoda
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
Add the Microsoft package signing key to the trusted keys list and add the Microsoft package repository
- CentOS 7 installation command:
sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
- CentOS 8 installation command:
No installation required
Install the operating environment
Installing the SDK
sudo dnf install dotnet-sdk-3.1
Installing the runtime
sudo dnf install aspnetcore-runtime-3.1
Check whether the installation is successful
dotnet --list-sdks dotnet --list-runtimes
Upload website files
Upload your website to a folder (eg:root directory\wwwroot\dotnet\
)
Install nginx server, mysql5.7, daemon supervisor
- Install nginx server, mysql5.7, daemon supervisor (supervisor is installed in the pagoda store)
- Add a website and set nginx proxy to
http://localhost:5000
- Open supervisor and add the startup command
dotnet /wwwroot/dotnet/Web.dll
,Table of contents:/wwwroot/dotnet/
The installation is complete.
Website Download Mall Introduction
Scan the QR code with your mobile phone:

Username: admin Password: 123456
WIN环境:Windows Server 2012、Windows Server 2016、Windows Server 2019
Linux environment: Ubuntu16.04, Ubuntu18.04, Ubuntu20.04, Ubuntu21.04, CentOS7, CentOS8, Debian9, Debian10, Fedora, openSUSE 15, RHEL 7, SLES12, SLES15, Alpine
Program: asp.net core 3.1 + mysql 5.7
Mobile screenshot