Skip to content

jonathanj/clj-codetip

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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 http://github.com/jonathanj/clj-codetip/issues.

About

clj-codetip – A simple Clojure Ring pastebin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published