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 EE54ADB80 for ; Mon, 26 Nov 2012 18:00:30 +0000 (UTC) Received: (qmail 69948 invoked by uid 500); 26 Nov 2012 18:00:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 69916 invoked by uid 500); 26 Nov 2012 18:00:27 -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 69908 invoked by uid 99); 26 Nov 2012 18:00:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 18:00:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.210.180 as permitted sender) Received: from [209.85.210.180] (HELO mail-ia0-f180.google.com) (209.85.210.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 18:00:22 +0000 Received: by mail-ia0-f180.google.com with SMTP id t4so5411726iag.11 for ; Mon, 26 Nov 2012 10:00:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/Os3lTlaeS6fBNCqSoeqDrV5Dc1A8Bm7klTcYHGXj1M=; b=If5UexHA72/3s3+GHHOE8ti8e7voqiY3x+plhKvYGE52qEfvtx9iAp8CWztCWMiW7g 9WkiDig6aCffVMzv4sBD0uO4jMeR8RT64oNVqFWuwmuuCsBROOXXDEFzey1h8gNRedKi ySKrIBihENs5XilhmeKrHa/h0HoRkLZFsEXpZy3xYPbZ9eOkfO8DTdqlclU4R3Mrqd6S 4MK5g7rBcTg+dbCZ5PGGK+DcU+Zu/vMsbtSdEcb2JQSz7aMbSZwHGct8rDdNdol3rkb0 8kYBBjROlph4wsBnV4cK1ZB/U2xigjvVp9uAxW+WfgVBiw5IEt94creFFI+I+sresb8h FCbg== MIME-Version: 1.0 Received: by 10.50.15.231 with SMTP id a7mr12476142igd.11.1353952800483; Mon, 26 Nov 2012 10:00:00 -0800 (PST) Received: by 10.64.77.196 with HTTP; Mon, 26 Nov 2012 10:00:00 -0800 (PST) In-Reply-To: <50B3ACEE.50108@alwaysreformed.com> References: <50B3AB08.9080400@alwaysreformed.com> <50B3ACEE.50108@alwaysreformed.com> Date: Mon, 26 Nov 2012 19:00:00 +0100 Message-ID: Subject: Re: couchapp is deprecated in favour of erica From: Benoit Chesneau To: "user@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Nov 26, 2012 at 6:54 PM, Tim Black wrote: > 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! > np :) - benoit