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: 22 days ago
JSON representation
Rory is a tool for deploying artifacts to a server.
- Host: GitHub
- URL: https://github.com/chris-martin/rory
- Owner: chris-martin
- Created: 2016-03-12T13:11:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T23:58:35.000Z (over 8 years ago)
- Last Synced: 2025-04-08T04:01:33.205Z (10 months ago)
- Topics: haskell, haskell-application, server
- Language: Haskell
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Rory is a tool for deploying artifacts to a server.

```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.