Ready-to-use server

CouchDB

JSON based Web database

CouchDB screenshots

CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB.

This appliance includes all the standard features in TurnKey Core, and on top of that:

  • CouchDB installed from the official Apache CouchDB APT repository.

  • Nginx pre-configured with SSL support to expose the CouchDB API at /couchdb and Fauxton at /couchdb/_utils/.

  • CouchDB bound to loopback and exposed to clients through Nginx.

  • CouchDB Admin Party disabled and user admin enabled by default.

  • TurnKey Web Control panel with links to Fauxton and useful references.

Credentials (passwords set at first boot)

  • Webmin, SSH: username root

  • CouchDB: username admin

Stable version: 19.0 (changelog)

Usage details & Logging in for Administration

No default passwords: For security reasons there are no default passwords. All passwords are set at system initialization time.

Ignore SSL browser warning: browsers don't like self-signed SSL certificates, but this is the only kind that can be generated automatically without paying a commercial Certificate Authority.

Username for couchdb:

Login as username admin

Web - point your browser at either:

  1. http://12.34.56.789/ - not encrypted so no browser warning
  2. https://12.34.56.789/ - encrypted with self-signed SSL certificate

Username for OS system administration:

Login as root except on AWS marketplace which uses username admin.

  1. Point your browser to:
  2. Login with SSH client:
    ssh root@12.34.56.789
    

    Special case for AWS marketplace:

    ssh admin@12.34.56.789
    

* Replace 12.34.56.789 with a valid IP or hostname.