A simple ASP.NET Core web application for the ASP.NET Core buildpack.
- Install ASP.NET Core by following Get started with ASP.NET Core RC2
- Get and build the code
git clone https://github.com/ritazh/aspnetcoreapp-cf
cd aspnetcoreapp-cf
dotnet restore
cf push aspnetcoreapp -m 1g -b https://github.com/cloudfoundry-community/asp.net5-buildpack.git --no-start
cf enable-diego aspnetcoreapp
cf start aspnetcoreapp