Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

ORuban/dotnet-core-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

dotnet-core-buildpack

Experimental Heroku Buildpack for .NET Core project based on project.json


Examples

Use below button to install fork of ASP.NET Core & Angular 2+ Universal starter

Deploy

Life link: https://aspnetcore-angular2-universal.herokuapp.com

It uses the following app.json to set up app on Heroku:

{
  "name": "aspnetcore-angular2-universal",
  "description": "Deploy Angular 2+ Universal & ASP.NET Core SPA Advanced Starter on Heroku",
  "logo": "https://raw.githubusercontent.com/herokumx/herokumxnet/master/NETChatterGroup.png",
  "keywords": ["heroku", "asp.net-core", "angular2", "spa"],
  "env": {
    "NPM_CONFIG_PRODUCTION": {
      "description": "False as we need to install devDependencies on heroku instance (webpack, ...)",
      "value" : "false"
    }
  },
  "buildpacks": [
    {
      "url": "heroku/nodejs"
    },
    {
      "url": "https://github.com/ORuban/dotnet-core-buildpack.git"
    }
  ]
}

Useful links

About

Experimental Heroku Buildpack for .NET Core project based on project.json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages