GitHub Readme.md
This is a Heroku buildpack for Mono that will run ASP.NET and Katana/OWIN applications.
It uses nginx as the web server and runs on Mono 3.10.0.
Additional details and guides:
Example usage:
$ heroku create --buildpack http://github.com/friism/heroku-buildpack-mono.git
$ git push heroku master
The buildpack will detect your app as ASP.NET if it has the file global.asax
in the root or at one directory depth or as .NET if it has a .sln
file.
System.Data.Entity
and other)Copy the snippet above into CLI.