Hi Benoit, thanks. This looks like some very developer-friendly packaging. Given that CouchDB 1.2 is not a thing yet, perhaps you ought to be reporting a `git-describe` or something similar for the version? Best, Adam On Apr 1, 2011, at 11:56 AM, Benoit Chesneau wrote: > Hi all, > > While working on the refuge project (more soon about it I promise), we > needed a custom distribution of CouchDB that would allow us to embed > it in our own project using rebar. *refuge couchdb distribution* is > just that, a custom distribution of couchdb using rebar that only > require erlang to be installed. Other features are: > > * Apache CouchDB 1.2x based (current trunk right now) > * Geocouch integrated > * Fast json encoding/decoding using eep0018 module. > * No dependancies but erlang. Modules are statically linked against > spidermonkey and icu provided during installation. > * Compatible with MacOS and Linux, support for BSDs and Windows is > coming. (binaries too) > * Fully opensource. All the sources are on refuge GIT repository > (http://refuge.io/code) under Apache License 2. > > More features will be added in near futures, mostly modules we will > use in refuge and we will keep it in sync with Apache CouchDB changes. > > To install and find more info about it go on http://rcouch.refuge.io . > > Hope it will be useful, > > enjoy :) > > > - benoît