Codetip is a simple pastebin.
# Clone repo.
$ git clone http://github.com/jonathanj/clj-codetip
# Build standalone jar.
$ lein uberjar
$ java -jar clj-codetip-VERSION-standalone.jar --database-uri=JDBC_URI [args]
See --help for more information.
--database-uri: JDBC database URI, currently it should be of the formjdbc:sqlite:filename.--port: Port to listen on.--host: Interface to bind to.
See --help for more information.
Report bugs to http://github.com/jonathanj/clj-codetip/issues.