/refheap

The Reference Heap. A Clojure pastebin powered by Noir, MongoDB, and Pygments.

Primary LanguageClojure

RefHeap, The Reference Heap!

This project is a lightweight Clojure pastebin that uses Pygments for syntax highlighting.

Usage

Grab general project dependencies with lein, and grab Pygments with the provided bash script (requires Mercurial). This project also requires MongoDB.

 sh-tty0$ lein deps
 sh-tty0$ ./fetch-pyg.sh

Start the Mongo daemon, and in a separate terminal start the RefHeap server using lein. The server will host content from http://localhost:8080.

 sh-tty0$ mongod
 sh-tty1$ lein run

Who We Are

We are Anthony Grimes and Alex McNamara. We like pastebins.

License

Distributed under the Eclipse Public License, the same as Clojure; the terms of which can be found in the file epl-v10.html at the root of this disribution or at http://opensource.org/licenses/eclipse-1.0.php.