Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 859 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 859 Bytes

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