SlackBuildsOrg/development/couchdb
Ryan S. Northrup 5a8f837ef3 development/couchdb: Fix build with erlang + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-12-10 00:57:38 +00:00
..
couchdb.info development/couchdb: Fix build with erlang + new maintainer. 2016-12-10 00:57:38 +00:00
couchdb.SlackBuild development/couchdb: Fix build with erlang + new maintainer. 2016-12-10 00:57:38 +00:00
doinst.sh
README
README.SLACKWARE
slack-desc development/couchdb: Fix slack-desc. 2016-11-14 16:47:23 +07:00

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.