> > i did install couchdb from github master approx. 2 weeks ago > like this: > > > > apt-get install build-essential libicu-dev libmozjs185-dev > > libcurl4-openssl-dev pkg-config > > > > # rebar 2.5.1 doesn't work with erlang from wheezy, so we install > erlang > > 17 from wheezy-backports > > apt-get install -t wheezy-backports erlang-base-hipe erlang-dev > > erlang-manpages erlang-eunit erlang-nox > > > > wget https://github.com/rebar/rebar -O /usr/local/bin/rebar > > chmod a+x /usr/local/bin/rebar > > git clone https://github.com/apache/couchdb.git > > cd couchdb > > ./configure > > > > make > > dev/run --admin=foo:bar > > # brings up three nodes on ports 15984, 25984, 35984 > > > > Hope that works for you (don't know if you still need the erlang > from > > backports, at least i neeeded them) !
Thanks Varac! I updated your steps a wee bit, and added them to the bottom of https://cwiki.apache.org/confluence/display/COUCHDB/Debian Johannes, the instructions have been updated & hopefully are sufficiently clear now. The wiki is editable and you’re welcome to help update the instructions if you find other steps. — Dave Cottlehuber [email protected] Sent from my Couch
