abhijith / cxr

Indexer and thesauri-based search application written in clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# cxr 

Indexer and thesauri-based search application written in clojure

## Building

1. lein deps
2. lein compile
3. lein uberjar

## Running

Uberjar:

java -jar cxr-0.1-standalone.jar

Shell-wrapper: 

1. Install

$ lein install

2. Copy to PATH

$ cp ~/.lein/bin/cxr /usr/local/bin/

3. Run!

$ cxr # 

## License

Copyright (C) 2010 Abhijith.G

Distributed under the Eclipse Public License, same as Clojure.

About

Indexer and thesauri-based search application written in clojure


Languages

Language:Clojure 100.0%