Skip to content

BenHall/nancy-demo-hosting-self

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo project for hosting Nancy and Mono on Heroku

Build locally

Before deploying your source code you will need to ensure that it builds locally. For example:

$ xbuild Nancy.Demo.Hosting.Self.sln

Procfile

Web specifies the command Heroku executes to start the application. The path to Mono should not be changed, this is specified within the Buildpack.

To test running your application locally, execute the following:

$ foreman start local

About

Self contained self hosting Nancy demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages