slackbuilds_ponce/development/couchdb
David Spencer fd5bdaf92a development/couchdb: Updated for version 1.6.1.
Fixes build with erlang-otp-17.4.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
2016-01-17 09:40:16 +07:00
..
couchdb.info development/couchdb: Updated for version 1.6.1. 2016-01-17 09:40:16 +07:00
couchdb.SlackBuild development/couchdb: Updated for version 1.6.1. 2016-01-17 09:40:16 +07:00
doinst.sh
README
README.SLACKWARE
slack-desc

Apache CouchDB is a RESTFul document-oriented database.
 
Apache CouchDB is a document-oriented database that can be queried 
and indexed in a MapReduce fashion using JavaScript.  CouchDB also 
offers incremental replication with bi-directional conflict detection
and resolution.  CouchDB provides a RESTful JSON API.

You must have a "couchdb" user and group before running this script;
something like this should suffice:
  # groupadd -g 231 couchdb
  # useradd -u 231 -g couchdb -d /var/lib/couchdb -s /bin/sh couchdb

See README.SLACKWARE for further configuration information.