This tutorial is for deployment.
Little Rabbit 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 key list and add the Microsoft package repository.
- CentOS 7 installation commands:
sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm - CentOS 8 installation commands:
No installation required
Install and run the environment
Install SDK
sudo dnf install dotnet-sdk-3.1
Installation runtime
sudo dnf install aspnetcore-runtime-3.1
Check if the installation was successful.
dotnet --list-sdks dotnet --list-runtimes
Upload website files
Upload the website to a folder (e.g.:root directory\wwwroot\dotnet\)
Install nginx server, MySQL 5.7, and the supervisor daemon.
- Install nginx server, MySQL 5.7, and the supervisor daemon (install supervisor from the BT Panel store).
- Add a website and configure nginx to act as a proxy.
http://localhost:5000 - Open Supervisor and add the startup command.
dotnet /wwwroot/dotnet/Web.dll,Table of contents:/wwwroot/dotnet/
Installation complete.
Little Flying Rabbit 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 environments: Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, CentOS 7, CentOS 8, Debian 9, Debian 10, Fedora, openSUSE 15, RHEL 7, SLES 12, SLES 15, Alpine
Program: ASP.NET Core 3.1 + MySQL 5.7
Screenshot from mobile device