Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 879 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 879 Bytes

Cloud Foundry ASP.Net Buildpack

The cf-asp-dot-net buildpack is a Cloud Foundry buildpack for running ASP.Net applications with Mono. Currently the status of the project is experimental. It deploys and automatically configures NginX and Mono to host your applications.

Instructions

The build pack has some conventions for the format of your application. It expects a folder structure like this.

  • www --> your application files & static resources

Usage

To use this buildpack specify the URI of the repository when pushing an application to Cloud Foundry:

	cd my-app-dir			 #top level directory for your project
	cf push myApp -b https://github.com/AndiBrunner/cf-asp-dot-net.git