asp.net core项目 部署在 linux上

第一步 安装 .net core 

https://www.microsoft.com/net/learn/get-started/linuxubuntu

第二步 运行你的asp.net core 项目

https://docs.microsoft.com/zh-cn/aspnet/core/getting-started

第三步 配置 nginx

https://docs.microsoft.com/zh-cn/aspnet/core/publishing/linuxproduction?tabs=aspnetcore2x 

https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/web-api-help-pages-using-swagger?tabs=visual-studio

原文地址:https://www.cnblogs.com/duanweishi/p/8094965.html