Created
December 17, 2010 05:16
-
-
Save btbytes/744520 to your computer and use it in GitHub Desktop.
couchdb install
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
| 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