Install CouchDB di Debian 9

Step by Step Install :

  1. Menambahkan CouchDB Repository#echo “deb https://apache.bintray.com/couchdb-deb bionic main” | sudo tee -a /etc/apt/sources.list
    #curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc | sudo apt-key add –
  2. Update Repository dan Install CouchDB$ sudo apt update
    $ sudo apt install couchdb
  3. Install CouchDB standalone server
  4. Set CouchDB Interfaces Address
  5. Set Password CouchDB
  6. Repeat Password
  7. Verifyng CouchDB$ curl http://127.0.0.1:5984/

    Output :

    {
    “couchdb”:”Welcome”,
    “version”:”2.3.1″,
    “git_sha”:”c298091a4″,
    “uuid”:”370903b5400643c2979838f5b68348c1″,
    “features”:[
    “pluggable-storage-engines”,
    “scheduler”
    ],
    “vendor”:{
    “name”:”The Apache Software Foundation”
    }
    }

  8. Check CouchDB using Web Interfaces

Di tulis oleh: