Skip to content

brandur/heroku-buildpack-mono

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 

Mono Heroku Buildpack

This is a Heroku buildpack for Mono that will run ASP.NET applications (and other frameworks too).

It serves files using XSP.

Usage

Example usage:

$ heroku create --stack cedar --buildpack http://github.com/brandur/heroku-buildpack-mono.git
$ git push heroku master

The buildpack will detect your app as Mono if it has the file global.asax in the root or at one directory depth.

Pre-compiling Binaries

Ignore the lines below. For now, building the binaries is a tedious manual process, but a solution will be along shortly.

$ export AWS_ACCOUNT_ID=xxx AWS_SECRET=yyy S3_BUCKET=zzz
$ support/package_mono 2.10.8
$ support/package_xsp 2.10.2

About

ASP.NET buildpack deployed on top of Mono and XSP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages