couchdb
Command-line interface for Apache CouchDB database server. More information: <https://couchdb.apache.org>.
Install
- All systems
-
curl cmd.cat/couchdb.sh
- Debian
-
apt-get install couchdb
- Ubuntu
-
apt-get install couchdb
- Arch Linux
-
pacman -S couchdb
- Kali Linux
-
apt-get install couchdb
- Fedora
-
dnf install couchdb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install couchdb
- OS X
-
brew install couchdb
- Raspbian
-
apt-get install couchdb
- Dockerfile
- dockerfile.run/couchdb
Command-line interface for Apache CouchDB database server. More information: <https://couchdb.apache.org>.
-
Start CouchDB:
couchdb
-
Start CouchDB interactive shell:
couchdb -i
-
Start CouchDB as a background process:
couchdb -b
-
Kill the background process (Note: It will respawn if needed):
couchdb -k
-
Shutdown the background process:
couchdb -d
© tl;dr; authors and contributors