Skip to content

Instantly share code, notes, and snippets.

View h4ki's full-sized avatar

Harald Kisch h4ki

View GitHub Profile
@h4ki
h4ki / Cluster setup hints
Created January 8, 2017 16:19 — forked from SinanGabel/Cluster setup hints
CouchDB 2.0 on Ubuntu 16.04
# See also: http://docs.couchdb.org/en/latest/cluster/index.html
# Before you can add nodes to form a cluster, you have to have them listen on a public ip address
# and set up an admin user (use same admin:password for all nodes).
# Do this, once per node:
# If you have installed couchdb in /opt (else change the Path)
cd /opt/couchdb/etc
cp local.ini local.ini.orig
cp vm.args vm.args.orig