Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfontaine/clotd
QOTD server written in Clojure
https://github.com/bfontaine/clotd
clojure qotd server
Last synced: about 1 month ago
JSON representation
QOTD server written in Clojure
- Host: GitHub
- URL: https://github.com/bfontaine/clotd
- Owner: bfontaine
- License: epl-1.0
- Created: 2013-10-11T14:07:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T14:37:30.000Z (over 11 years ago)
- Last Synced: 2024-12-08T21:03:17.095Z (about 1 month ago)
- Topics: clojure, qotd, server
- Language: Clojure
- Size: 109 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clotd
A [QOTD][rfc] server.
[rfc]: http://tools.ietf.org/html/rfc865
## Building
To build a standalone `.jar`:
```
lein uberjar
```## Usage
You need to run the server as root if you want to use the default port,
because it’s below 1024 (17).```
[sudo] java -jar []
```* `` is the path to the standalone `.jar`
* `` is the path to your quotes file. Quotes are separated with a
`%` on its own line.
* `` is optional and is the port used by the server (default is 17).## License
Copyright © 2013 Baptiste Fontaine
Distributed under the Eclipse Public License version 1.0