Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6390DB52 for ; Mon, 26 Nov 2012 17:55:23 +0000 (UTC) Received: (qmail 52802 invoked by uid 500); 26 Nov 2012 17:55:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 52757 invoked by uid 500); 26 Nov 2012 17:55:22 -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 52749 invoked by uid 99); 26 Nov 2012 17:55:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 17:55:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tim@alwaysreformed.com designates 74.55.86.74 as permitted sender) Received: from [74.55.86.74] (HELO smtp.webfaction.com) (74.55.86.74) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 17:55:16 +0000 Received: from [192.168.1.130] (ip68-103-70-132.ks.ok.cox.net [68.103.70.132]) by smtp.webfaction.com (Postfix) with ESMTP id 63DB0207A2C6 for ; Mon, 26 Nov 2012 11:54:55 -0600 (CST) Message-ID: <50B3ACEE.50108@alwaysreformed.com> Date: Mon, 26 Nov 2012 11:54:54 -0600 From: Tim Black User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: couchapp is deprecated in favour of erica References: <50B3AB08.9080400@alwaysreformed.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 11/26/2012 11:49 AM, Benoit Chesneau wrote: > It should be straightforward: > > $ git clone git://github.com/benoitc/erica.git > $ make > > copy the erica bin in the root folder where you want. It only requires > Erlang installed. I just ran "make" before reading this email, and discovered it creates a self-contained executable like you say above. Imaginary problem solved! Sorry for bothering you about it! Tim