Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chris-martin/rory
- Owner: chris-martin
- Created: 2016-03-12T13:11:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T23:58:35.000Z (over 7 years ago)
- Last Synced: 2024-10-28T16:38:24.427Z (3 months ago)
- Topics: haskell, haskell-application, server
- Language: Haskell
- Size: 31.3 KB
- Stars: 2
- Watchers: 4
- 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.
![](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.