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/738095bb Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/738095bb Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/738095bb Branch: refs/heads/1781-reorganize-and-improve-docs Commit: 738095bbf9675eb8650732d9693ef286b83d31b3 Parents: fe961f8 Author: Dirkjan Ochtman <[email protected]> Authored: Fri Sep 20 11:57:04 2013 +0200 Committer: Alexander Shorin <[email protected]> Committed: Fri Sep 27 22:01:49 2013 +0400 ---------------------------------------------------------------------- share/doc/src/install/mac.rst | 30 ------------------------------ 1 file changed, 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/738095bb/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
