Couch DB Install on OS X systems MAC

Install on OS X systems

If you have an existing installation:

  1. Shut down any running instances of Couchbase Server.
  2. Delete any previous installations either by using the command line or by dragging the Couchbase Server application to the Trash.
  3. Open a Terminal window and delete any application support files from previous installations:
    $ rm -rf ~/Library/Application\Support/Couchbase
    $ rm -rf ~/Library/Application\Support/Membase

To install Couchbase Server:

  1. Download the zip file with the Couchbase Server package.
  2. Expand the downloaded zip file (if it didn't expand automatically) and open the folder.

    The folder contains the Couchbase Server application and README.txt file.

  3. Move the Couchbase Server file to the Applications folder.
  4. Start Couchbase Server by double-clicking the application icon.

    If you get a message that says you can't run Couchbase Server due to security restrictions, right-click the icon for Couchbase Server and choose Open from the pop-up menu.

This tool is found in the following locations, depending on the platform:

Operating system Location
Linux /opt/couchbase/bin/
Windows C:\Program Files\Couchbase\Server\bin\
Mac OS X /Applications/Couchbase Server.app/Contents/Resources/couchbase-core/bin/

http://developer.couchbase.com/documentation/server/4.5/getting-started/installing.html

http://docs.couchbase.com/admin/admin/CLI/cbdocloader_tool.html

猜你喜欢

转载自oywl2008.iteye.com/blog/2332026