public
Description: A small compojure app to serve up your pdf based books
Homepage:
Clone URL: git://github.com/abedra/bookjure.git
name age message
file .gitignore Loading commit data...
file README.markdown
file Rakefile
file build.xml
directory deps/
directory public/
directory src/
file start
directory test/
README.markdown

Bookjure

This is a small compojure app that serves up pdfs (ideally books) for general consumption.

Install

To checkout bookjure simply run:

git clone git://github.com/abedra/bookjure.git

Setup

To setup bookjure simply copy the directory that contains your media to the public directory inside bookjure:

cp -r <path to books>/* <path to bookjure/public/books>

Run

To start bookjure simply run:

./start

Currently Not Working

  • If any of your books have whitespace in the filename it doesn't link correctly