Asp.netCore之安装centos7 资料收集

虚拟机的安装和centos的安装看博友的文章:https://www.cnblogs.com/zhaopei/p/netcore.html

 ifconfig

在centons中用终端写命令比较费劲,可以在外部用工具连接:

可以用Xshell或者putty

 

Xshell下载:https://xshell.en.softonic.com/

 

putty界面

 

 发布代码到centons可以用winscp

下载地址https://winscp.net/eng/docs/lang:chs

 

 

https://www.centos.org/

centos安装netcore 步骤

https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial

 

centos安装ngnix步骤

https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-centos-7

 

dotnet-hosting-2.1.6-win下载:

dotnet -hosting 就是IIS上的AspNetCoreModel模块

https://dotnet.microsoft.com/download/dotnet-core/2.2

SDK包含了Runtime

如果是只运行不开发的,只安装Runtime即可

 

 

如果core项目部署IIS异常,说明是升级了.NET Core2.0 ,电脑上没有安装 dotnet-hosting-2.1.1-win.exe

参考:https://www.cnblogs.com/w2011/p/9229111.html

 

相关文章