1,我是使用filezilla工具进行文件传输的 将文件传送到指定文件夹
2,创建服务使项目开机自启动
# vim /etc/systemd/system/名称.service
ps:若没有vim 运行 yum install vim 或者使用vi 也可以
[Unit]
Description=说明
[Service]
#文件起始路径 建议填写dll存放路径
WorkingDirectory=/usr/local/
ExecStart=/usr:/bin/dotnet dll文件 --urls 配置路径
[Install]
WantedBy=multi-user.target
esc 输入 :wq 进行保存
使用systemctl enable 名称 #设置开机自启动
如涉及验证码图片问题
https://www.cnblogs.com/CnKker/p/11418370.html
https://www.cnblogs.com/Robbery/p/10115234.html
运行 yum install libgdiplus-devel 报错
切换源 rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
再运行 yum install libgdiplus-devel
systemctl daemon-reload #文件修改 运行 刷新文件