Skip to content

Instantly share code, notes, and snippets.

@mastbaum
Created December 1, 2014 19:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mastbaum/7772f897b08f031d8f5b to your computer and use it in GitHub Desktop.
Save mastbaum/7772f897b08f031d8f5b to your computer and use it in GitHub Desktop.
CouchDB 1.6.1 on CentOS 6.6 with build-couchdb
#!/bin/bash
git clone git://github.com/jhs/build-couchdb.git
cd build-couchdb
git submodule init
git submodule update
rake erl_checkout="OTP_R15B03-1" git="git://git.apache.org/couchdb.git 1.6.1" install=/opt/build-couchdb-dependencies couchdb_build=/opt/couchdb/1.6.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment