From commits-return-4339-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sat May 22 12:38:39 2010 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 28068 invoked from network); 22 May 2010 12:38:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 May 2010 12:38:39 -0000 Received: (qmail 99361 invoked by uid 500); 22 May 2010 12:38:39 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 99294 invoked by uid 500); 22 May 2010 12:38:38 -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 99287 invoked by uid 500); 22 May 2010 12:38:38 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 99275 invoked by uid 99); 22 May 2010 12:38:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 May 2010 12:38:38 +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; Sat, 22 May 2010 12:38:35 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id BD5A517D1C; Sat, 22 May 2010 12:38:14 +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: Sat, 22 May 2010 12:38:14 -0000 Message-ID: <20100522123814.23062.68653@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Installing=5Fon=5FFreeBSD=22_by?= =?utf-8?q?_alexis=5Fm?= 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_FreeBSD" page has been changed by alexis_m. The comment on this change is: update to couchdb 0.10.11 (the port version). http://wiki.apache.org/couchdb/Installing_on_FreeBSD?action=3Ddiff&rev1=3D1= 6&rev2=3D17 -------------------------------------------------- cd /usr/ports/databases/couchdb make install clean }}} - This will install CouchDB 0.9.0 from the ports collection. + This will install CouchDB 0.10.11 from the ports collection. = =3D=3D Post install =3D=3D In case the install script fails to install a noninteractive user "couchd= b" to be used for the database, the user needs to be created manually: @@ -60, +60 @@ = {{{ shell# chown couchdb:couchdb /var/log/couchdb + shell# chown couchdb:couchdb /usr/local/lib/couchdb/erlang/lib/couch-0.10= .1/priv/lib }}} command to have the couchdb process own the directory which allows it to = write couch.log there. The other directories are "root:wheel" or "root:netw= ork". And I expected "/usr/local/var.." as location. =20