Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chris-martin/rory

Rory is a tool for deploying artifacts to a server.
https://github.com/chris-martin/rory

haskell haskell-application server

Last synced: about 1 month ago
JSON representation

Rory is a tool for deploying artifacts to a server.

Awesome Lists containing this project

README

        

Rory is a tool for deploying artifacts to a server.

![](https://travis-ci.org/chris-martin/rory.svg)

```bash
# Build and start the server
(cd rory; stack build; stack exec rory)

echo "hello" > /tmp/abc

curl -F xyz=@/tmp/abc http://localhost:3000

cat /tmp/upload
# Output: hello
```

Rory-server responds to SIGHUP by reloading the config file.

Log output goes to the systemd journal.

The name "Rory" has no meaning; I just happening to be watching
The Gilmore Girls while I created this.