From commits-return-4245-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Tue May 04 17:07:49 2010 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 68454 invoked from network); 4 May 2010 17:07:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 17:07:49 -0000 Received: (qmail 22216 invoked by uid 500); 4 May 2010 17:07:49 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 22189 invoked by uid 500); 4 May 2010 17:07:49 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 22181 invoked by uid 500); 4 May 2010 17:07:49 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 22178 invoked by uid 99); 4 May 2010 17:07:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 17:07:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 17:07:47 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 3478317DB8; Tue, 4 May 2010 17:07:26 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 04 May 2010 17:07:26 -0000 Message-ID: <20100504170726.462.88314@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Trivial_Update_of_=22Installing=5Fon=5FUbunt?= =?utf-8?q?u=22_by_MarkusTacker?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Installing_on_Ubuntu" page has been changed by MarkusTacker. http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=3Ddiff&rev1=3D12= &rev2=3D13 -------------------------------------------------- tar xvzf apache-couchdb-x.xx.x.tar.gz cd apache-couchdb-x.xx.x ./configure --with-js-lib=3D/usr/lib/xulrunner-devel-1.9.2.3/lib --with-j= s-include=3D/usr/lib/xulrunner-devel-1.9.2.3/include - # Note: To install couchdb in the default location use --prefix=3D/ in th= e configure statement + # Note: To install couchdb in the default location use --prefix=3D in the= configure statement make && make install # Add couchdb user account useradd -d /var/lib/couchdb couchdb