CouchDB Install Debian
The Guide shows you Step-by-Step How to Install and Getting-Started Quickly with the Latest CouchDB NoSQL Database Stable/Development Release for Debian 7-Wheezy/8-Jessie/9-Stretch/10-Buster/11-Bullseye/12-Bookworm i386/amd64 Desktop/Server.
CouchDB Features:
- Ad Document Database Server, accessible via a RESTful JSON API
- Ad-hoc and Schema-Free with a Flat address space
- Distributed, featuring robust, incremental Replication with bi-directional conflict detection and management
- Query-able and Index-able, featuring a table oriented reporting engine that uses JavaScript as Query Language.
Finally, to the article Bottom you Find Link to CouchDB Getting-Started Guide Step-by-step.
-
Open a Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
Or Login into Server Shell. -
Installing CouchDB:
sudo apt-get update
sudo apt-get install couchdb
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
CouchDB Getting-Started Tutorial