Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iteam1337/mono-nancy-skeleton


https://github.com/iteam1337/mono-nancy-skeleton

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

Demo project for hosting Nancy and Mono on Dokku
=================================================

Set up mono buildpack on Dokku
------------------------------
To use the samples below you first need to install buildpack with mono support on your dokku machine. Please follow instructions on [https://github.com/Iteam1337/buildstep](https://github.com/Iteam1337/buildstep).

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