Multiple instances on a single machine on Couchbase 2.2 community

可紊 提交于 2019-12-25 03:01:03

问题


We are trying to setup multiple instances on a single machine for our development environment using Couchbase 2.2 community edition. We see that there is documentation for such a set up using enterprise 2.5 edition here http://docs.couchbase.com/couchbase-manual-2.5/cb-install/#installing-multiple-instances-on-a-machine. We tried to see the difference between both the versions and there doesn't seem to be a change in the static_config files nor the coucbase-server bin script. So is it safe to assume that the instructions for 2.5 enterprise edition would still work on 2.2 community edition or is there a better way to set up such an environment?


回答1:


Personally when I want to run more than one node locally I spin up virtual machines and have a node installed on each one.

Two really nice blog posts that will guide you through this are:

Create a Couchbase cluster with Ansible:

http://tugdualgrall.blogspot.com.es/2013/05/create-couchbase-cluster-in-one-command.html

or

A couchbase cluster with Vagrant and Puppet:

http://nitschinger.at/A-Couchbase-Cluster-in-Minutes-with-Vagrant-and-Puppet



来源:https://stackoverflow.com/questions/23864347/multiple-instances-on-a-single-machine-on-couchbase-2-2-community

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!