Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iteam1337/mono-nancy-skeleton
https://github.com/iteam1337/mono-nancy-skeleton
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/iteam1337/mono-nancy-skeleton
- Owner: Iteam1337
- Created: 2014-10-03T12:45:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T12:51:49.000Z (about 10 years ago)
- Last Synced: 2024-04-14T11:04:23.415Z (7 months ago)
- Language: C#
- Size: 363 KB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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