Skip to content

AndiBrunner/cf-asp-dot-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages