I followed the Publish to a Linux Production Environment instruction on the Microsoft ASP.NET website. I use CentOS 7.1.
I copied the following line in the project.json file
"commands": {
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://unix:/var/aspnet/HelloMVC/kestrel.sock",
}
Then I run the following commands
dotnet restore
dotnet run
But the kestrel.sock file is not created.