Giter Site home page Giter Site logo

dev-heroku-buildpack-mono's Introduction

Mono Heroku Buildpack

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.2.8.

Usage

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.

TODO

  • Store buildoutput in $CACHE_DIR and do incremental builds (also won't cause NuGet packages to be re-downloaded)
  • Less simplistic nginx setup, see nginx buildpack
  • Factor repeated code into functions like PHP buildpack
  • Consider inserting environment variables and connectionstrings into Web.config
  • Remove original source code before slug is tarred up
  • Slim down Mono runtime to reduce slug size and build time
  • Avoid copying Mono runtime to build /app and ${BUILD_DIR} during build
  • Web.Release.config
  • Get bundling and minification to work (likely to be Win/Linux path issues)
  • Figure out whether there's hope for EntityFramework (and reliance on System.Data.Entity and other)
  • Get default Visual Studio templates working (you just have to fix casing problems
  • More Mono/XSP versions and ability to select version, like Python buildpack
  • Get Katana hosting working with System.Web Host
  • Visual Basic!

Compiling Binaries

dev-heroku-buildpack-mono's People

Contributors

brandur avatar friism avatar thaina avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.