Created
May 17, 2015 12:08
-
-
Save adisuryadi/ba0b8a5929188d53b867 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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