SlackBuildsOrg/development/couchdb
Robby Workman 4c1b993104 development/couchdb: Kill icu4c mention in README
icu4c is now part of Slackware 14.0

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-17 23:38:56 -05:00
..
couchdb.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
couchdb.SlackBuild development/couchdb: Misc automated cleanups. 2010-06-04 01:02:38 -04:00
doinst.sh
README development/couchdb: Kill icu4c mention in README 2012-08-17 23:38:56 -05:00
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.

This requires js (spidermonkey) and erlang-otp.

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.