This project is a lightweight Clojure pastebin that uses Pygments for syntax highlighting.
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$ ./bootstrap.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
We are Anthony Grimes and Alex McNamara. We like pastebins.
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.