Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created December 17, 2010 05:16
Show Gist options
  • Select an option

  • Save btbytes/744520 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/744520 to your computer and use it in GitHub Desktop.
couchdb install
If this is your first install, automatically load on login with:
cp /usr/local/Cellar/couchdb/1.0.1/Library/LaunchDaemons/org.apache.couchdb.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.apache.couchdb.plist
If this is an upgrade and you already have the org.apache.couchdb.plist loaded:
launchctl unload -w ~/Library/LaunchAgents/org.apache.couchdb.plist
cp /usr/local/Cellar/couchdb/1.0.1/Library/LaunchDaemons/org.apache.couchdb.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.apache.couchdb.plist
Or start manually with:
couchdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment