Skip to content

ritazh/aspnetcoreapp-cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP .NET Core Sample App

A simple ASP.NET Core web application for the ASP.NET Core buildpack.

Get the App Locally

  1. Install ASP.NET Core by following Get started with ASP.NET Core RC2
  2. Get and build the code
git clone https://github.com/ritazh/aspnetcoreapp-cf
cd aspnetcoreapp-cf
dotnet restore

Deploying the App to Cloud Foundry

cf push aspnetcoreapp -m 1g -b https://github.com/cloudfoundry-community/asp.net5-buildpack.git --no-start
cf enable-diego aspnetcoreapp
cf start aspnetcoreapp

About

A simple ASP.NET Core web application for the ASP.NET Core CF buildpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages