在 ubuntu 14.04 上托管 asp.net 核心

Hosting asp.net core on ubuntu 14.04

我在托管网络应用程序时遇到问题。我正在使用 DigitalOcean ubuntu 14.04 作为我的服务器,我正在关注这个 http://blog.jsinh.in/hosting-asp-net-5-web-application-on-linux/#.VxNtBPmLSUl tutorial. The problem I get is that I don't know how to "put" my project to the server. I already published it using dnu and including dnx-coreclr-win-x64.1.0.0-rc1-update1 . I have it on my github https://github.com/ziombo/KISDNU 但我仍然不知道如何将它部署到我的 linux 服务器以及下一步该做什么。

请看: