Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F0BF95D7 for ; Thu, 5 Apr 2012 08:37:53 +0000 (UTC) Received: (qmail 40349 invoked by uid 500); 5 Apr 2012 08:37:52 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 40283 invoked by uid 500); 5 Apr 2012 08:37:52 -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 40276 invoked by uid 500); 5 Apr 2012 08:37:52 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 40267 invoked by uid 99); 5 Apr 2012 08:37:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 08:37:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,SUBJ_OBFU_PUNCT_FEW X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 08:37:48 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id CF821333 for ; Thu, 5 Apr 2012 08:37:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 05 Apr 2012 08:37:27 -0000 Message-ID: <20120405083727.68479.35311@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Trivial_Update_of_=22Installing=5Fon=5FOSX?= =?utf-8?q?=22_by_DaveCottlehuber?= Auto-Submitted: auto-generated 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 DaveCottlehuber: http://wiki.apache.org/couchdb/Installing_on_OSX?action=3Ddiff&rev1=3D41&re= v2=3D42 Comment: typos & cleanups for brewing <> = =3D=3D HomeBrew =3D=3D + = - This is the fastest, most current, way of installing CouchDB from source = on a Mac, along with all dependencies. It tracks releases with only a few d= ays delay. + This is the fastest, most current, way of installing CouchDB from source = on a Mac, along with all dependencies. It tracks releases with only a short= delay. And it's [[http://mxcl.github.com/homebrew/|easy to install]] too. = =3D=3D=3D Changes in XCode =3D=3D=3D = - Apple now provides a stand-alone (command-line) build chain, which succes= sfully builds CouchDB and required dependencies, or you can use XCode 4.2 a= nd below directly. Users of a current XCode >=3D 4.3 will need to install t= he additional command-linbe tools below. + Apple now provides a stand-alone (command-line) build chain, which succes= sfully builds CouchDB and required dependencies, or you can use XCode 4.2 a= nd below directly. Users of a current XCode >=3D 4.3 will need to install t= he additional command-line tools below. = - * login to [[https://developer.apple.com/downloads/index.action|apple de= v centre]] + * Login to [[https://developer.apple.com/downloads/index.action|apple de= v centre]] - * get the [[http://adcdownload.apple.com/Developer_Tools/command_line_to= ols_for_xcode_4.4__late_march_2012/cltools_lion_latemarch12.dmg|command-lin= e tools for xcode]] + * Get the [[http://adcdownload.apple.com/Developer_Tools/command_line_to= ols_for_xcode_4.4__late_march_2012/cltools_lion_latemarch12.dmg|command-lin= e tools for xcode]] - * some more info at http://kennethreitz.com/xcode-gcc-and-homebrew.html + * Some more info at http://kennethreitz.com/xcode-gcc-and-homebrew.html - * If you need gcc for other recipes, current homebrew has a GCC recipe a= vailable: + * If you need gcc for other recipes, the homebrew duplicates fork has a = GCC recipe available which can be installed side-by-side: {{{ brew install https://raw.github.com/Homebrew/homebrew-dupes/master/apple-= gcc42.rb }}} @@ -57, +58 @@ = If you wish to have CouchDB run as a daemon then, set up the account, usi= ng the user accounts preference pane = - * create a standard user {{{ couchdb }}} with home directory {{{ /usr/lo= cal/var/lib/couchdb }}} + * Create a standard user {{{ couchdb }}} with home directory {{{ /usr/lo= cal/var/lib/couchdb }}} - * create a group called {{{ couchdb }}} and add yourself, the couchdb us= er, and any others you want to be able to edit config or db files directly = to it. Use the {{{ advanced }}} group options to ensure the internal name i= s also correctly called couchdb. + * Create a group called {{{ couchdb }}} and add yourself, the couchdb us= er, and any others you want to be able to edit config or db files directly = to it. Use the {{{ advanced }}} group options to ensure the internal name i= s also correctly called couchdb. = Using a terminal, set permissions as follows: =20