Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 8777 invoked from network); 17 Dec 2009 10:47:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Dec 2009 10:47:16 -0000 Received: (qmail 45281 invoked by uid 500); 17 Dec 2009 10:47:16 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 45209 invoked by uid 500); 17 Dec 2009 10:47:15 -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 45200 invoked by uid 500); 17 Dec 2009 10:47:14 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 45197 invoked by uid 99); 17 Dec 2009 10:47:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 10:47:14 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,NORMAL_HTTP_TO_IP,WEIRD_PORT 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; Thu, 17 Dec 2009 10:47:12 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C9F8217816; Thu, 17 Dec 2009 10:46:52 +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: Thu, 17 Dec 2009 10:46:52 -0000 Message-ID: <20091217104652.11923.76413@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Installing=5Fon=5FOSX=22_by_kar?= =?utf-8?q?mi?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Installing_on_OSX" page has been changed by karmi. The comment on this change is: Adding info about file permissions for launc= hd to work. http://wiki.apache.org/couchdb/Installing_on_OSX?action=3Ddiff&rev1=3D21&re= v2=3D22 -------------------------------------------------- = and it should be up and accessible via http://127.0.0.1:5984/_utils/index= .html. It should also be restarted automatically after reboot (because of the -w flag). + = + If not, be sure to check permissions on couchdb files and repair them if = neccessary: + = + {{{ + $ sudo chown -R couchdb:couchdb /opt/local/var/lib/couchdb/ /opt/local/va= r/log/couchdb/ + }}} = Updating the ports collection. The collection of port files has to be upd= ated to reflect the latest versions of available packages. In order to do that run: