Hello I just installed couchDB on my MacBook Pro
I installed it using MacPort
sudo port install couchdb
sudo port upgrade couchdb
sudo launchctl load -w /opt/local/Library/LaunchDaemons/org.apache.couchdb.plist
org.apache.couchdb: Already loaded
But I'm unable to access the web GUI http://localhost:5984/_utils/index.html
what should I do to be able to access the web GUI?
Thank You