diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-06 17:49:24 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:45:29 +0700 |
commit | e90b031ee6a7c71dea86babdda6f2f5977b4450e (patch) | |
tree | f3d3b0ab46a493de6fdeaf30a609160c05fd3649 /development/couchdb/README | |
parent | efdbc4fcbb4453b2a6014cbc56e26382732aa69e (diff) |
development/couchdb: Removed (ftb, no maintainer).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/couchdb/README')
-rw-r--r-- | development/couchdb/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/development/couchdb/README b/development/couchdb/README deleted file mode 100644 index 939e0a922045..000000000000 --- a/development/couchdb/README +++ /dev/null @@ -1,13 +0,0 @@ -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. |