slackbuilds_ponce/development/couchdb/README
Erik Hanson b3691efc07 development/couchdb: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-24 17:47:41 -05:00

13 lines
582 B
Text

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.