Skip to content

Instantly share code, notes, and snippets.

@adisuryadi
Created May 17, 2015 12:08
Show Gist options
  • Save adisuryadi/ba0b8a5929188d53b867 to your computer and use it in GitHub Desktop.
Save adisuryadi/ba0b8a5929188d53b867 to your computer and use it in GitHub Desktop.
==> Pouring couchdb-1.6.1_2.yosemite.bottle.tar.gz
==> Caveats
To test CouchDB run:
curl http://127.0.0.1:5984/
The reply should look like:
{"couchdb":"Welcome","uuid":"....","version":"1.6.1","vendor":{"version":"1.6.1-1","name":"Homebrew"}}
To have launchd start couchdb at login:
ln -sfv /usr/local/opt/couchdb/*.plist ~/Library/LaunchAgents
Then to load couchdb now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.couchdb.plist
Or, if you don't want/need launchctl, you can just run:
couchdb
==> Summary
🍺 /usr/local/Cellar/couchdb/1.6.1_2: 637 files, 16M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment