You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/09/20 14:38:14 UTC

[2/3] git commit: updated refs/heads/1781-reorganize-and-improve-docs to b34f0e5

Remove duplicate MacPorts instructions.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/98ca4736
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/98ca4736
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/98ca4736

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 98ca473686fad5a62501c8d08b9c5df4c5a79ad3
Parents: 1097fc0
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Fri Sep 20 11:57:04 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Fri Sep 20 11:57:04 2013 +0200

----------------------------------------------------------------------
 share/doc/src/install/mac.rst | 30 ------------------------------
 1 file changed, 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/98ca4736/share/doc/src/install/mac.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/install/mac.rst b/share/doc/src/install/mac.rst
index 2f7a12d..81afa6b 100644
--- a/share/doc/src/install/mac.rst
+++ b/share/doc/src/install/mac.rst
@@ -42,36 +42,6 @@ That's all, now CouchDB is installed on your Mac:
 
 .. _Open up Futon: http://localhost:5984/_utils
 
-
-.. _install/mac/macports:
-
-Installation from MacPorts
-==========================
-
-To install CouchDB using MacPorts you have 2 package choices:
-
-- ``couchdb`` - the latest release version
-- ``couchdb-devel`` - updated every few weeks from the master branch
-
-::
-
-  $ sudo port install couchdb
-  
-or, if you want the last development version:
-
-  $ sudo port install couchdb-devel
-
-MacPorts takes care of installing all necessary dependencies.
-It should now be up and accessible via Futon at http://127.0.0.1:5984/_utils.
-
-If you want to run CouchDB as a service, load the launchd configuration which
-comes  with the project, with this command::
-
-  $ sudo port load couchdb
-
-Now CouchDB should be started automatically after every reboot.
-
-
 .. _install/mac/homebrew:
 
 Installation with HomeBrew