Appendix A. Installing on Unix-like Systems
Debian GNU/Linux
You can install the CouchDB package by running:
sudo aptitude install couchdb
When this completes, you should have a copy of CouchDB running on your machine. Be sure to read through the Debian-specific system documentation that can be found under /usr/share/couchdb.
Starting with Ubuntu 9.10 (“Karmic”), CouchDB comes preinstalled with every desktop system.
Ubuntu
You can install the CouchDB package by running:
sudo aptitude install couchdb
When this completes, you should have a copy of CouchDB running on your machine. Be sure to read through the Ubuntu-specific system documentation that can be found under /usr/share/couchdb.
Gentoo Linux
Enable the development ebuild of CouchDB by running:
sudo echo dev-db/couchdb >> /etc/portage/package.keywords
Check the CouchDB ebuild by running:
emerge -pv couchdb
Build and install the CouchDB ebuild by running:
sudo emerge couchdb
When this completes, you should have a copy of CouchDB running on your machine.
Problems
See Appendix D if your distribution doesn’t have a CouchDB package.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access