xpagesbeast edited a comment on issue #1020:
URL: https://github.com/apache/couchdb/issues/1020#issuecomment-1030719904
I installed couchDB with Homebrew
Then started couchDB
Experienced the error with not having a Admin user setup.
`vi /usr/local/Cellar/couchdb/3.2.0/etc/local.ini`
```
[admins]
admin = mysecretpassword
```
Then tried couchDB using the terminal again, and it started.
I found the path by search Hombrew
` % brew list couchDB | grep ini `
I was then able to log into the web ui, put this in browser
`http://127.0.0.1:5984/_utils/#`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]