FleetDB

The FleetDB source and issue tracker are hosted on GitHub. Discussions take place on the FleetDB Google Group.

To get started with developing FleetDB, first ensure that you have Git and Leiningen installed. Then clone the FleetDB repository, pull in the dependencies, compile the project, and run the tests as follows:

$ git clone git://github.com/mmcgrana/fleetdb.git
$ lein deps
$ lein compile
$ clj test/run.clj --no-server

The above assumes a clj script that adds the src and test directories and the lib/*.jar files to your classpath. Your local setup may be different.

To fully test the server daemon as a standalone process, execute the following:

$ lein uberjar
$ clj test/run.clj