summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@apache.org>2013-09-20 11:57:04 +0200
committerAlexander Shorin <kxepal@apache.org>2013-09-27 22:01:49 +0400
commit738095bbf9675eb8650732d9693ef286b83d31b3 (patch)
treeaf8ea403a771b29713222aa7a5bed84f97e316d5
parentfe961f83816d3da5d8e03c98ef07b0fc06536454 (diff)
downloadcouchdb-738095bbf9675eb8650732d9693ef286b83d31b3.tar.gz
Remove duplicate MacPorts instructions.
-rw-r--r--share/doc/src/install/mac.rst30
1 files changed, 0 insertions, 30 deletions
diff --git a/share/doc/src/install/mac.rst b/share/doc/src/install/mac.rst
index 2f7a12dc7..81afa6b9f 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