Getting-Started with CouchDB on Linux Mint 15 Olivia
The Guide shows you Step-by-Step How to Install and Getting-Started Quickly with the Latest Apache CouchDB NoSQL Database Stable/Development Release for Linux Mint 15 Olivia Mate/Cinnamon/KDE/Xfce i386/amd64.
CouchDB Characteristics:
- 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 Quick Start Guide for CouchDB Database First, Steps.
-
Open a Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Installing CouchDB:
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
apt-get update
apt-get install couchdb
-
CouchDB Getting-Started Tutorial