CouchDB Day NYC 2017: Installation

Post on 03-Mar-2017

16 views 1 download

Transcript of CouchDB Day NYC 2017: Installation

CouchDB Developer Day

Installation Lab

Install PrerequisitesOSXbrew install erlang icu4c spidermonkey

Linux (debian 8)apt-get install -y git build-essential erlang-nox erlang-dev python libicu-dev libmozjs185-dev

Linux (RHEL/CentOS)yum install wgetwget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmrpm -i epel-release-latest-7.noarch.rpmyum install git libicu-devel openssl-devel curl-devel make gcc gcc-c++ erlang js-devel

Clone, Build, Rungit clone https://git-wip-us.apache.org/repos/asf/couchdb.gitcd couchdb./configure --disable-docs --disable-fauxtonmakedev/run –-admin=foo:bar

Confirm Installation> curl localhost:15984{"couchdb":"Welcome","version":"2.0.0-c644280","features":[],"vendor":{"name":"The Apache Software Foundation"}}