Easy Steps to Install couchdb on Mac
Package Information:
Name: couchdb
Use: Document database server
URL: https://couchdb.apache.org/
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install couchdb using brew
brew install couchdb
couchdb is ready to use now!