Easy Steps to Install couchdb on Mac

Package Information:

Name: couchdb
Use: Document database server
URL: https://couchdb.apache.org/

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install couchdb using brew
    brew install couchdb

couchdb is ready to use now!