Skip to content

Instantly share code, notes, and snippets.

View SinanGabel's full-sized avatar

Sinan Gabel SinanGabel

View GitHub Profile
@SinanGabel
SinanGabel / Cluster setup hints
Last active December 21, 2023 03:14
CouchDB 2.* 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