quick_start/install/linux
众所周知.NET8 是一个跨平台的语言,我们的软件也支持 Linux 系统
步骤
- 安装.net8 运行时和 web 运行时
- 下载 Linux 版本
- 启动!!!!
请注意
我们建议你使用 screen 命令来保证程序在您断开连接之后也能正常运行
或者使用docker安装
1.安装.NET8 运行时和 Web 运行时
sudo apt-get upgrade
sudo apt-get install -y dotnet-runtime-8.0
sudo apt-get install -y aspnetcore-runtime-8.0
2.下载 Linux 版本并解压
点击我跳转# 3.启动!
./EasyBot