Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/haf/sample-hello-fsharp
- Owner: haf
- Created: 2015-03-10T22:29:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T22:58:16.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T21:16:33.433Z (2 months ago)
- Language: F#
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).