https://github.com/jonathanj/clj-codetip
clj-codetip – A simple Clojure Ring pastebin
https://github.com/jonathanj/clj-codetip
Last synced: 11 months ago
JSON representation
clj-codetip – A simple Clojure Ring pastebin
- Host: GitHub
- URL: https://github.com/jonathanj/clj-codetip
- Owner: jonathanj
- License: mit
- Created: 2014-12-29T15:33:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T20:45:31.000Z (about 10 years ago)
- Last Synced: 2025-07-15T07:21:46.930Z (11 months ago)
- Language: Clojure
- Size: 45.9 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-codetip – A Clojure Ring pastebin
Codetip is a simple pastebin.
## Installation
# Clone repo.
$ git clone http://github.com/jonathanj/clj-codetip
# Build standalone jar.
$ lein uberjar
## Usage
$ java -jar clj-codetip-VERSION-standalone.jar --database-uri=JDBC_URI [args]
See `--help` for more information.
## Options
* `--database-uri`: JDBC database URI, currently it should be of the form `jdbc:sqlite:filename`.
* `--port`: Port to listen on.
* `--host`: Interface to bind to.
See `--help` for more information.
### Bugs
Report bugs to .