From user-return-15638-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Apr 05 22:05:22 2011 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 27619 invoked from network); 5 Apr 2011 22:05:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Apr 2011 22:05:22 -0000 Received: (qmail 1777 invoked by uid 500); 5 Apr 2011 22:05:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 1740 invoked by uid 500); 5 Apr 2011 22:05:20 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 1731 invoked by uid 99); 5 Apr 2011 22:05:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 22:05:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 22:05:15 +0000 Received: by iwn6 with SMTP id 6so1312552iwn.11 for ; Tue, 05 Apr 2011 15:04:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=JA+8pPciQh4BDznECiugGVRxxfIRrK39Nhl9W6P8dnY=; b=lbz+h0s/mBDSZKuP4wmGSEro1zKdSvXBwII63xcyVHLmbVw5iysgr6cfYmeqPosXj5 EO9g3VPeywU/lTAc9yPorwqFec/Em91Y7w8nom7FITL5s2RydE3wWSlSFSd635X0eVIL XyHdSHF4RAIiSMylH5IFFLUoyJQNQXvkvXrl8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=RSOY4QJONNSiB/kZhkZTq1XOgGjHgg18ZD/+DiYTpw0F3FMLDvI9Uo6w66RhrLuRid SAxI1lKonCuaiLvCF/FJSqopsOs9yphKGaUIqyy6LRrhP4c+YKuJQdxdj5zUIVBrRvxA RzHVqH75e+DHT9sZpmmYn3O5QpOiFzBbx/s9g= MIME-Version: 1.0 Received: by 10.231.43.14 with SMTP id u14mr249232ibe.10.1302041095358; Tue, 05 Apr 2011 15:04:55 -0700 (PDT) Received: by 10.231.34.200 with HTTP; Tue, 5 Apr 2011 15:04:55 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 Apr 2011 00:04:55 +0200 Message-ID: Subject: Re: [ann] refuge couchdb distribution From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, Apr 1, 2011 at 5:56 PM, 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=EEt > Updated rcouch to support mozilla 1.8.5, aldo installation from binaries is now working. There is no need to install erlang, you just need an OS base. Platforms supported are for now linux 2.6 i386/x86_64, macosx 10.6/10.7 i386 . freebsd support is coming. You can find binaries here: http://rcouch.refuge.io/#installation-from-binaries @kocolosk the couchdb version is now displaying the last used git. enjoy :) - beno=EEt