vs2017建立dotnetcore web項目,並部署到centos7上

 

 

 

1、打開vs2017建立web項目web

  

2、簡單的建立項目後,發佈項目centos

  

3、 在centos上建立webroot目錄,將發佈的項目文件複製到該目錄下(本人用虛擬機測試)瀏覽器

4、在webroot目錄下打開終端,輸入dotnet myweb.dll(myweb.dll是你建立的web項目),運行命令可能會出現以下異常:學習

  

  須要安裝dotnet-hosting測試

  

  安裝dotnet-hosting後,繼續運行命令dotnet myweb.dll3d

5、可能會出現以下異常(須要安裝libumwind):blog

  

6、安裝libunwind成功後,繼續運行命令dotnet myweb.dll虛擬機

  

  說明dotnetcore web項目已成功啓動了終端

7、在瀏覽器中輸入http://localhost:5000/ 便可訪問web站點im

  

  這是開始學習.dotnetcore的第一步,加油

相關文章
相關標籤/搜索