Skip to content

Instantly share code, notes, and snippets.

@thanos
Created August 2, 2012 16:42
Show Gist options
  • Select an option

  • Save thanos/3238508 to your computer and use it in GitHub Desktop.

Select an option

Save thanos/3238508 to your computer and use it in GitHub Desktop.
setting up bigcouch
sudo su bigcouch -
sed 's/XXXX/`hostname -f`/' <opt/bigcouch/etc/vm.args.in >/opt/bigcouch/etc/vm.args
curl -X PUT http://10.190.47.125:5986/nodes/bigcouch@`hostname -f` -d {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment