This tutorial is for deployment.
Little Rabbit 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 and run the environment
Install SDK
sudo dnf install dotnet-sdk-3.1
Installation runtime
sudo dnf install dotnet-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