Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haf/sample-hello-fsharp

This sample shows how easy it is to create HTTP services with F# hosted on mono.
https://github.com/haf/sample-hello-fsharp

Last synced: about 1 month ago
JSON representation

This sample shows how easy it is to create HTTP services with F# hosted on mono.

Awesome Lists containing this project

README

        

# Sample F# Deis App

This sample shows how easy it is to create HTTP services with F# hosted on mono...

## Usage

Install Deis on some VMs, takes about 10 minutes to follow and about 15 minutes waiting. Meanwhile:

```
git clone git://github.com:haf/sample-hello-fsharp.git
cd sample-hello-fsharp
deis create sample-hello-fsharp
git push deis master
```

You can now surf to http://sample-hello-fsharp.example.com!

## Notes

You can find the dockerfile this is based on [at haf/dockerfiles](https://github.com/haf/dockerfiles).