This tutorial is used to deploy
Website Download Mall - H5 Version
Deployment Environment
Deploy the website to Fedora 29
、Fedora 30
、Fedora 31
、Fedora 32
、Fedora 33
、Fedora 34
Website Program
.Net core 3.1 + mysql 5.7
step
Install Pagoda
wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh
Install the operating environment
Installing the SDK
sudo dnf install dotnet-sdk-3.1
Installing the runtime
sudo dnf install dotnet-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