<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>couchdb Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/couchdb/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 14 Dec 2020 18:30:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install CouchDB on Ubuntu 20.04?</title>
		<link>https://www.osradar.com/install-couchdb-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-couchdb-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 15 Dec 2020 06:29:00 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=26754</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to install Apache CouchDB on Ubuntu 20.04. It will be easy to follow step by step guide. CouchDB is a database manager for the web. It takes care of saving and storing NoSQL type data for server-side applications. It is widely used and its learning curve is very low. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-couchdb-ubuntu-20-04/">How to install CouchDB on Ubuntu 20.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. In this post, you will learn how to install Apache CouchDB on Ubuntu 20.04. It will be easy to follow step by step guide.</p>



<p><a href="http://couchdb.apache.org/">CouchDB</a> is a database manager for the web. It takes care of saving and storing <a href="https://www.osradar.com/tag/nosql/" target="_blank" rel="noreferrer noopener">NoSQL</a> type data for server-side applications. It is widely used and its learning curve is very low.</p>



<p>On the other hand, CouchDB places a lot of emphasis on data replication as a persistent way to obtain data. That is, we will be able to connect multiple nodes and from there do the replication.</p>



<p>Of course, there are a lot of features and reasons&nbsp;<a href="http://docs.couchdb.org/en/stable/intro/why.html">why this project</a>&nbsp;of the Apache Foundation is so important today.</p>



<p>So, let us start.</p>



<h2>Install CouchDB on Ubuntu 20.04</h2>



<p>Apache CouchDB although it is an open-source application is not in the official Ubuntu repositories. But the installation is not complicated since there is a dedicated repository for Ubuntu.</p>



<p>So, open a terminal or start an SSH session on your server.</p>



<p>Then, update your entire distribution:</p>



<pre class="wp-block-preformatted">sudo apt update<br>sudo apt upgrade</pre>



<p>Next, you can install some packages needed to complete this tutorial.</p>



<p>sudo apt-get install software-properties-common curl</p>



<p>Then, download and import the GPG key from the CouchDB repository.</p>



<pre class="wp-block-preformatted">curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc | sudo apt-key add</pre>



<p>Then we can add the repository:</p>



<pre class="wp-block-preformatted">echo "deb https://apache.bintray.com/couchdb-deb focal main" | sudo tee -a /etc/apt/sources.list</pre>



<p>Then refresh <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">APT</a> to load the added repository:</p>



<pre class="wp-block-preformatted">sudo apt update</pre>



<p>Now you can install CouchDB by running the following command:</p>



<pre class="wp-block-preformatted">sudo apt install couchdb
Reading package lists… Done
 Building dependency tree       
 Reading state information… Done
 The following additional packages will be installed:
   libmozjs-68-0
 The following NEW packages will be installed:
   couchdb libmozjs-68-0
 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
 Need to get 31.5 MB of archives.
 After this operation, 63.0 MB of additional disk space will be used.
 Do you want to continue? [Y/n]</pre>



<p>During the installation, you will see some configuration screens.</p>



<p>The first one will ask you how to install CouchDB. It can be a single server or in the form of a Cluster. In this case, I will choose the first option:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="538" src="https://www.osradar.com/wp-content/uploads/2020/12/1-4-1024x538.png" alt="1.- Configuring Apache CouchDB on Ubuntu 20.04" class="wp-image-26755" srcset="https://www.osradar.com/wp-content/uploads/2020/12/1-4-1024x538.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/1-4-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/1-4-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/1-4-696x366.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/1-4-1068x561.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/1-4.png 1363w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Configuring Apache CouchDB on Ubuntu 20.04</figcaption></figure>



<p>Then you will have to configure the IP address where CouchDB will listen. As I am working with a remote server it is convenient to use either the IP address of the server or <strong>0.0.0.0</strong> to make it accessible from all interfaces.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="537" src="https://www.osradar.com/wp-content/uploads/2020/12/2-3-1024x537.png" alt="2.- Installing Apache CouchDB on Ubuntu 20.04" class="wp-image-26756" srcset="https://www.osradar.com/wp-content/uploads/2020/12/2-3-1024x537.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/2-3-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/2-3-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/2-3-696x365.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/2-3-1068x560.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/2-3.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Installing Apache CouchDB on Ubuntu 20.04</figcaption></figure>



<p>Then configure a login password for the CouchDB user. You will have to enter it twice.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="536" src="https://www.osradar.com/wp-content/uploads/2020/12/3-4-1024x536.png" alt="3.- Create the admin password" class="wp-image-26757" srcset="https://www.osradar.com/wp-content/uploads/2020/12/3-4-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/3-4-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/3-4-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/3-4-696x364.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/3-4-1068x559.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/3-4.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Create the admin password</figcaption></figure>



<p>Afterward, the installation will be completed.</p>



<p>After the installation, you can check the status of the service.</p>



<pre class="wp-block-preformatted">sudo systemctl status couchdb
 ● couchdb.service - Apache CouchDB
      Loaded: loaded (/lib/systemd/system/couchdb.service; enabled; vendor preset: enabled)
      Active: active (running) since Mon 2020-12-14 15:29:45 CET; 25s ago
    Main PID: 2092 (beam.smp)
       Tasks: 36 (limit: 2286)
      Memory: 34.4M
      CGroup: /system.slice/couchdb.service
              ├─2092 /opt/couchdb/bin/../erts-9.3.3.14/bin/beam.smp -K true -A 16 -Bd -- -root /opt/couchdb/bin/.. -progname couchdb -- -home /opt/couchdb -- -boot /opt/>
              ├─2109 /opt/couchdb/bin/../erts-9.3.3.14/bin/epmd -daemon
              ├─2127 erl_child_setup 65536
              ├─2149 inet_gethost 4
              └─2150 inet_gethost 4
 Dec 14 15:29:45 test systemd[1]: Started Apache CouchDB.</pre>



<h2>Access to the Apache CouchDB web interface</h2>



<p>Now open your web browser and go to <code>http://your-server:5984/_utils</code></p>



<p><strong>Note: You have to open port 5984 in your firewall for this to work.</strong></p>



<p>The next thing you will see is the log in screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="550" height="657" src="https://www.osradar.com/wp-content/uploads/2020/12/4-3.png" alt="4.- Apache CouchDB login page" class="wp-image-26758" srcset="https://www.osradar.com/wp-content/uploads/2020/12/4-3.png 550w, https://www.osradar.com/wp-content/uploads/2020/12/4-3-251x300.png 251w" sizes="(max-width: 550px) 100vw, 550px" /><figcaption>4.- Apache CouchDB login page</figcaption></figure>



<p>The user is admin and the password is the one you defined during the installation.</p>



<p>When you log in you will see the entire CouchDB dashboard where you can create new databases and manage them.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/12/5-3-1024x502.png" alt="5.- Apache CouchDB working" class="wp-image-26759" srcset="https://www.osradar.com/wp-content/uploads/2020/12/5-3-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/5-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/5-3-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/5-3-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/5-3-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/5-3.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- Apache CouchDB working</figcaption></figure>



<h2>Conclusion</h2>



<p>Apache CouchDB is a database manager clearly focused on the professional environment, but this does not prevent it from being used in learning and personal environments. So today you have learned how to install it on a server with Ubuntu 20.04.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-couchdb-ubuntu-20-04/">How to install CouchDB on Ubuntu 20.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-couchdb-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache CouchDB 3.0 available</title>
		<link>https://www.osradar.com/apache-couchdb-3-0-available/</link>
					<comments>https://www.osradar.com/apache-couchdb-3-0-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 09 Mar 2020 23:33:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[apache couchdb]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[NoSQL]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19005</guid>

					<description><![CDATA[<p>In this post, we will explain in detail the new features of Apache CouchDB 3.0. A new version of this fabulous document-oriented database manager has recently been released. That is to say that it is a NoSQL database manager. One of the main characteristics of this program is that it allows the partial replication of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/apache-couchdb-3-0-available/">Apache CouchDB 3.0 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>In this post, we will explain in detail the new features of Apache CouchDB 3.0.</strong></p>
<p>A new version of this fabulous document-oriented database manager has recently been released. <strong>That is to say that it is a <a href="https://www.osradar.com/tag/nosql/" target="_blank" rel="noopener noreferrer">NoSQL</a> database manager.</strong></p>
<p>One of the main characteristics of this program is that it allows the partial replication of the data. Therefore, it is widely used in companies of the caliber of Apple, BBC, and others.</p>
<p>On the other hand,<strong> CouchDB bases its strength on the logical composition of the data</strong>. It forgets about SQL relationships and focuses on self-contained documents that are even closer to reality.</p>
<p>All the above would not be possible if the engine was not prepared and it is developed in Earlang language optimized for these tasks.</p>
<p>To all this, the development of the application is very active and proof of this is the release of version 3.</p>
<p>We will keep an eye on it.</p>
<h2>Apache CouchDB 3.0 features</h2>
<p>There are many new features in this new version of Apache CouchDB, but the main ones are the following:</p>
<ul>
<li><strong>Default installations are now secure and locked down.</strong> This increases the security in the defect installations.</li>
<li><strong>The default maximum document size has been reduced to 8MB</strong>. Documents that exceed this size will have problems replicating unless modifications are made.</li>
<li>CouchDB 3.0 now requires a server admin user to be defined at startup or will print an error message and exit.</li>
<li><strong>All databases are now created by default as admin-only.</strong></li>
</ul>
<p>Also, note that some functions will be removed in the next version of Apache CouchDB. Some of them are:</p>
<ul class="simple">
<li>Show functions (<code class="docutils literal notranslate"><span class="pre">/{db}/{ddoc}/_show</span></code>)</li>
<li>List functions (<code class="docutils literal notranslate"><span class="pre">/{db}/{ddoc}/_list</span></code>)</li>
<li>Virtual hosts and ini-file rewrites</li>
<li>Rewrite functions (<code class="docutils literal notranslate"><span class="pre">/{db}/{ddoc}/_rewrite</span></code>)</li>
</ul>
<p>Also, other equally important features are:</p>
<ul>
<li>Updated to modern JavaScript engine SpiderMonkey 60</li>
<li>Official support for ARM and PPC 32bit and 64bit systems</li>
<li>Many large and small performance improvements</li>
<li>Automatic view index warmer</li>
<li>Smarter Compaction Daemon</li>
</ul>
<p>As we see, it&#8217;s a pretty important release and it&#8217;s a correct evolution of a great program.</p>
<h2>Conclusion</h2>
<p>Everyday programs have to move forward to incorporate improvements or simply improve what they already do. Apache CouchDB is proof that great software can evolve and become even better.</p>
<p>In this post, we have examined the most important news of this release, but there is much more.</p>
<p>If you want to know the rest of the news, you can check<a href="http://docs.couchdb.org/en/stable/whatsnew/3.0.html" target="_blank" rel="noopener noreferrer"> the release notes</a>.</p>
<p>Also, I invite you to read our post about CouchDB:</p>
<p><a href="https://www.osradar.com/install-apache-couchdb-debian-10/" target="_blank" rel="noopener noreferrer">How to install Apache CouchDB on Debian 10?</a></p>
<p><a href="https://www.osradar.com/install-apache-couchdb-centos-8/" target="_blank" rel="noopener noreferrer">How to install Apache CouchDB on CentOS 8?</a></p>
<p>Or, if you use Ubuntu:</p>
<p><a href="https://www.osradar.com/install-apache-couchdb-ubuntu-18-04/" target="_blank" rel="noopener noreferrer">How to install Apache CouchDB on Ubuntu 18.04?</a></p>
<p>So, please share this post and join our <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/apache-couchdb-3-0-available/">Apache CouchDB 3.0 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/apache-couchdb-3-0-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Apache CouchDB on CentOS 8?</title>
		<link>https://www.osradar.com/install-apache-couchdb-centos-8/</link>
					<comments>https://www.osradar.com/install-apache-couchdb-centos-8/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 07 Jan 2020 00:12:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache couchdb]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17369</guid>

					<description><![CDATA[<p>In this post, I will show you how to install CouchDB on CentOS 8. CouchDB is a database manager for the web. It takes care of saving and storing NoSQL type data for server-side applications. It is widely used and its learning curve is very low. On the other hand, CouchDB places a lot of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-apache-couchdb-centos-8/">How to install Apache CouchDB on CentOS 8?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>In this post, I will show you how to install CouchDB on CentOS 8.</strong></p>
<p><a href="http://couchdb.apache.org/">CouchDB</a> is a database manager for the web. It takes care of saving and storing <a href="https://www.osradar.com/tag/nosql/" target="_blank" rel="noopener noreferrer">NoSQL</a> type data for server-side applications. It is widely used and its learning curve is very low.</p>
<p>On the other hand, CouchDB places a lot of emphasis on data replication as a persistent way to obtain data. That is, we will be able to connect multiple nodes and from there do the replication.</p>
<p>Of course, there are a lot of features and reasons <a href="http://docs.couchdb.org/en/stable/intro/why.html">why this project</a> of the Apache Foundation is so important today.</p>
<p>So, let us start.</p>
<h2>Install CouchDB on CentOS 8</h2>
<p>There are several ways to install CouchDB on CentOS 8. Perhaps the most complex is to compile the program ourselves. Of course, this option guarantees that you always get the latest stable version.</p>
<p>On the other hand, there is the option of downloading and installing pre-compiled binary packages. And finally, we can install CouchDB on CentOS using the application repository. This last one will be the option to choose.</p>
<p>So let&#8217;s get started.</p>
<p>First, we need to add the CouchDB repository for CentOS 8. To do this, we need to create a text file in the system&#8217;s repository directory.</p>
<pre>:~$ su<br />:~# nano /etc/yum.repos.d/bintray-apache-couchdb-rpm.repo</pre>
<p>And in it, add the following content:</p>
<pre>[bintray--apache-couchdb-rpm]<br />name=bintray--apache-couchdb-rpm<br />baseurl=http://apache.bintray.com/couchdb-rpm/el$releasever/$basearch/<br />gpgcheck=0<br />repo_gpgcheck=0<br />enabled=1</pre>
<figure id="attachment_17484" aria-describedby="caption-attachment-17484" style="width: 914px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17484" src="https://www.osradar.com/wp-content/uploads/2020/01/1.png" alt="1.- Adding the couchDB repository" width="914" height="189" srcset="https://www.osradar.com/wp-content/uploads/2020/01/1.png 914w, https://www.osradar.com/wp-content/uploads/2020/01/1-300x62.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/1-768x159.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/1-696x144.png 696w" sizes="(max-width: 914px) 100vw, 914px" /><figcaption id="caption-attachment-17484" class="wp-caption-text">1.- Adding the couchDB repository</figcaption></figure>
<p>Save the file and close it.</p>
<p>Then, the EPEL repository must be enabled. You can do it quickly, with the following command</p>
<pre>:~# dnf install epel-release</pre>
<p>If you want more information about how to enable the EPEL repository, I recommend you to read our post:</p>
<p><a href="https://www.osradar.com/nable-the-epel-repository-centos-rhel-oracle-linux-8/" target="_blank" rel="noopener noreferrer">How to enable the EPEL repository on CentOS 8?</a></p>
<p>After this, we can install couchDB with the following command:</p>
<pre>:~# dnf install couchdb</pre>
<figure id="attachment_17485" aria-describedby="caption-attachment-17485" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17485" src="https://www.osradar.com/wp-content/uploads/2020/01/2.png" alt="2.- Install CouchDB on CentOS 8" width="1365" height="488" srcset="https://www.osradar.com/wp-content/uploads/2020/01/2.png 1365w, https://www.osradar.com/wp-content/uploads/2020/01/2-300x107.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/2-1024x366.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/2-768x275.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/2-696x249.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/2-1068x382.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/2-1175x420.png 1175w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-17485" class="wp-caption-text">2.- Install CouchDB on CentOS 8</figcaption></figure>
<p>And that&#8217;s it. However, before using it, there are some settings to be made.</p>
<h2>Preparing CouchDB for the first use</h2>
<p>Remember that CouchDB works through port 5984. So, the first thing is to open that port in the firewall.</p>
<pre>:~# firewall-cmd --add-port=5984/tcp --permanent --zone=public<br />Success</pre>
<p>And then, restart the firewall to apply the changes.</p>
<pre>:~# firewall-cmd --reload<br />Success</pre>
<p>Now we have to enable the CouchDB web interface.</p>
<p>So, open the CouchDB configuration file and find the <code>admins</code> section and set a password there for the admin user.</p>
<pre>:~# nano /opt/couchdb/etc/local.ini</pre>
<pre>admin = your-password</pre>
<figure id="attachment_17486" aria-describedby="caption-attachment-17486" style="width: 718px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17486" src="https://www.osradar.com/wp-content/uploads/2020/01/3.png" alt="3.- Set a new password for the admin user" width="718" height="167" srcset="https://www.osradar.com/wp-content/uploads/2020/01/3.png 718w, https://www.osradar.com/wp-content/uploads/2020/01/3-300x70.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/3-696x162.png 696w" sizes="(max-width: 718px) 100vw, 718px" /><figcaption id="caption-attachment-17486" class="wp-caption-text">3.- Set a new password for the admin user</figcaption></figure>
<p>Then go to the <code>chttpd</code> section in the same file and uncomment the <code>port</code> and <code>bind_address</code> lines. In the port you can change the default port of the application. And in Bind_address the IP address that serves the interface. If you are going to use a cluster, you must type <code>0.0.0.0</code>.</p>
<pre>port = 5984<br />bind_address = 0.0.0.0</pre>
<figure id="attachment_17487" aria-describedby="caption-attachment-17487" style="width: 562px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17487" src="https://www.osradar.com/wp-content/uploads/2020/01/4.png" alt="4.- Enabling the web interface of CouchDB on CentOS 8" width="562" height="151" srcset="https://www.osradar.com/wp-content/uploads/2020/01/4.png 562w, https://www.osradar.com/wp-content/uploads/2020/01/4-300x81.png 300w" sizes="(max-width: 562px) 100vw, 562px" /><figcaption id="caption-attachment-17487" class="wp-caption-text">4.- Enabling the web interface of CouchDB on CentOS 8</figcaption></figure>
<p>Now if you can, save and close the file.</p>
<p>Finally, the CouchDB service begins. It is also a good idea to enable it to start with the system.</p>
<pre>:~# systemctl enable couchdb<br />:~# systemctl start couchdb</pre>
<h2>CouchDB on CentOS 8</h2>
<p>Now open your favorite web browser and go to <code>http://your-server:5984/_utils</code> and you will see the Login screen.</p>
<figure id="attachment_17488" aria-describedby="caption-attachment-17488" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17488" src="https://www.osradar.com/wp-content/uploads/2020/01/5.png" alt="5.- Couchdb login screen" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/5.png 1366w, https://www.osradar.com/wp-content/uploads/2020/01/5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/5-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17488" class="wp-caption-text">5.- Couchdb login screen</figcaption></figure>
<p>Just type your credentials and click on the Log in button. You will see this:</p>
<figure id="attachment_17489" aria-describedby="caption-attachment-17489" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17489" src="https://www.osradar.com/wp-content/uploads/2020/01/6.png" alt="6.- CouchDB on CentOS 8" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/6.png 1366w, https://www.osradar.com/wp-content/uploads/2020/01/6-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/6-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/6-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/6-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/6-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/6-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17489" class="wp-caption-text">6.- CouchDB on CentOS 8</figcaption></figure>
<p>Finally, you can test the installation.</p>
<figure id="attachment_17490" aria-describedby="caption-attachment-17490" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17490" src="https://www.osradar.com/wp-content/uploads/2020/01/7.png" alt="7.- CouchDB ready for the work" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/7.png 1366w, https://www.osradar.com/wp-content/uploads/2020/01/7-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/7-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/7-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/7-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/7-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/7-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17490" class="wp-caption-text">7.- CouchDB ready for the work</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>CouchDB is clearly oriented to the professional web sector. However, its learning curve is low with respect to its power. Despite this, CouchDB is easily installable as we have seen.</p>
<p><a href="http://docs.couchdb.org/en/stable/" target="_blank" rel="noopener noreferrer">Apache CouchDB documentation</a></p>
<p>Please share this post with your friends and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram Channel</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-apache-couchdb-centos-8/">How to install Apache CouchDB on CentOS 8?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-apache-couchdb-centos-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Apache CouchDB on Debian 10?</title>
		<link>https://www.osradar.com/install-apache-couchdb-debian-10/</link>
					<comments>https://www.osradar.com/install-apache-couchdb-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 03 Jan 2020 23:54:00 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache couchdb]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17351</guid>

					<description><![CDATA[<p>Debian is very known to be a robust system. Not in vain is the basis of many other Linux distributions and many subsystems. So Debian is the ideal Linux distribution for the storage of scalable data. In this sense, we are presented with several database managers oriented to their scalability. For that reason, in this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-apache-couchdb-debian-10/">How to install Apache CouchDB on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.osradar.com/tag/debian/">Debian</a> is very known to be a robust system. Not in vain is the basis of many other Linux distributions and many subsystems. So Debian is the ideal Linux distribution for the storage of scalable data. In this sense, we are presented with several database managers oriented to their scalability. For that reason, in this post, I will teach you how to install CouchDB in Debian 10 so that you have a professional database manager with community support.</p>
<p><a href="http://couchdb.apache.org/">CouchDB</a> is a database manager for the web. It takes care of saving and storing <a href="https://www.osradar.com/tag/nosql/" target="_blank" rel="noopener noreferrer">NoSQL</a> type data for server-side applications. It is widely used and its learning curve is very low.</p>
<p>On the other hand, CouchDB places a lot of emphasis on data replication as a persistent way to obtain data. That is, we will be able to connect multiple nodes and from there do the replication.</p>
<p>Of course, there are a lot of features and reasons <a href="http://docs.couchdb.org/en/stable/intro/why.html">why this project</a> of the Apache Foundation is so important today.</p>
<p>So, let us start.</p>
<h2>Install CouchDB on Debian 10</h2>
<p>Apache CouchDB has installers for Linux. There is even a package repository that makes it very easy to install. In this sense, it is convenient to use it.</p>
<p>First, add the CouchDB repository for <a href="https://www.osradar.com/tag/buster" target="_blank" rel="noopener noreferrer">Debian 10</a>.</p>
<pre>:~$ echo "deb https://apache.bintray.com/couchdb-deb buster main" | sudo tee -a /etc/apt/sources.list<br />deb https://apache.bintray.com/couchdb-deb buster main</pre>
<p>To secure the installation, it is necessary to add the GPG key to the repository. However, some necessary packages must be installed first:</p>
<pre>:~$ sudo apt install curl gnupg</pre>
<p>Once we have them installed, we can add the GPG key.</p>
<pre>:~$ curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc | sudo apt-key add -<br />OK</pre>
<p>Now, we have to refresh the APT cache and then install CouchDB on Debian 10.</p>
<pre>:~$ sudo apt update<br />:~$ sudo apt install couchdb</pre>
<figure id="attachment_17437" aria-describedby="caption-attachment-17437" style="width: 820px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17437" src="https://www.osradar.com/wp-content/uploads/2019/12/1-18.png" alt="1.- Install CouchDB on Debian 10" width="820" height="251" srcset="https://www.osradar.com/wp-content/uploads/2019/12/1-18.png 820w, https://www.osradar.com/wp-content/uploads/2019/12/1-18-300x92.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/1-18-768x235.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/1-18-696x213.png 696w" sizes="(max-width: 820px) 100vw, 820px" /><figcaption id="caption-attachment-17437" class="wp-caption-text">1.- Install CouchDB on Debian 10</figcaption></figure>
<p>During the installation, we will be asked to make some small adjustments.</p>
<p>First, if couchdb will work on a node, or if we are configuring a cluster.</p>
<figure id="attachment_17438" aria-describedby="caption-attachment-17438" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17438" src="https://www.osradar.com/wp-content/uploads/2019/12/2-16.png" alt="2.- Configuring Couchdb on Debian 10" width="1365" height="698" srcset="https://www.osradar.com/wp-content/uploads/2019/12/2-16.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/2-16-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/2-16-1024x524.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/2-16-768x393.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/2-16-696x356.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/2-16-1068x546.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/2-16-821x420.png 821w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-17438" class="wp-caption-text">2.- Configuring Couchdb on Debian 10</figcaption></figure>
<p>Then, we will be able to establish the IP address of the cluster or node. In this case, by choosing the address 0.0.0.0 we can make the equipment accessible to all the network interfaces.</p>
<figure id="attachment_17439" aria-describedby="caption-attachment-17439" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17439" src="https://www.osradar.com/wp-content/uploads/2019/12/3-16.png" alt="3.- Configuring CouchDB" width="1365" height="700" srcset="https://www.osradar.com/wp-content/uploads/2019/12/3-16.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/3-16-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/3-16-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/3-16-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/3-16-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/3-16-1068x548.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/3-16-819x420.png 819w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-17439" class="wp-caption-text">3.- Configuring CouchDB</figcaption></figure>
<p>Then, you need to define a strong password. After that, Apache CouchDB is ready to work.</p>
<h2>Using the CouchDB web interface</h2>
<p>Managing Apache CouchDB is really easy thanks to its powerful web interface. So let&#8217;s get to it.</p>
<p>Open your favorite web browser and go to <code>http://your-server:5984/_utils</code>. Remember that in &#8220;your-server&#8221; you have to put the IP address of the server or its DNS.</p>
<p>As you can see, the application uses port 5984. So, if you have a firewall working, you have to open that port.</p>
<p>Well, you will see this screen:</p>
<figure id="attachment_17440" aria-describedby="caption-attachment-17440" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17440" src="https://www.osradar.com/wp-content/uploads/2019/12/4-12.png" alt="4.- CouchDB log in page" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/12/4-12.png 1366w, https://www.osradar.com/wp-content/uploads/2019/12/4-12-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/4-12-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/4-12-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/4-12-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/12/4-12-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/12/4-12-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/4-12-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/4-12-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17440" class="wp-caption-text">4.- CouchDB log in page</figcaption></figure>
<p>The username is <strong>admin </strong>and the password that you have defined before. Once you have done that, you will see this:</p>
<figure id="attachment_17441" aria-describedby="caption-attachment-17441" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17441" src="https://www.osradar.com/wp-content/uploads/2019/12/5-10.png" alt="5.- CouchDB web interface on Debian10" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/12/5-10.png 1366w, https://www.osradar.com/wp-content/uploads/2019/12/5-10-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/5-10-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/5-10-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/5-10-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/12/5-10-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/12/5-10-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/5-10-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/5-10-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17441" class="wp-caption-text">5.- CouchDB web interface on Debian10</figcaption></figure>
<p>Then, it is a good idea to verify that the entire installation has been a success. For this, on the left side, there is a button that has a check mark. Click on it and then on the <strong>Verify installation</strong> button.</p>
<figure id="attachment_17442" aria-describedby="caption-attachment-17442" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17442" src="https://www.osradar.com/wp-content/uploads/2019/12/6-6.png" alt="6.- CouchDB is properly installed" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/12/6-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/12/6-6-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/6-6-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/6-6-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/6-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/12/6-6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/12/6-6-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/6-6-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/6-6-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17442" class="wp-caption-text">6.- CouchDB is properly installed</figcaption></figure>
<p>As you can see in the picture, the installation has been a success.</p>
<p>Finally, you can configure a cluster or a specific node. This is already to your needs.</p>
<figure id="attachment_17443" aria-describedby="caption-attachment-17443" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17443" src="https://www.osradar.com/wp-content/uploads/2019/12/7-5.png" alt="7.- CouchDB on Debian 10" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/12/7-5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/12/7-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/7-5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/7-5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/7-5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/12/7-5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/12/7-5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/7-5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/7-5-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17443" class="wp-caption-text">7.- CouchDB on Debian 10</figcaption></figure>
<p>So, that is it. You can start to work.</p>
<h2>Conclusion</h2>
<p>Apache CouchDB is a database manager clearly focused on the professional environment, but this does not prevent it from being used in learning and personal environments. So today you have learned how to install it on a server with Debian 10.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-apache-couchdb-debian-10/">How to install Apache CouchDB on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-apache-couchdb-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install CouchDB on Debian 9?</title>
		<link>https://www.osradar.com/how-to-install-couchdb-on-debian-9/</link>
					<comments>https://www.osradar.com/how-to-install-couchdb-on-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 09 Jun 2019 23:02:25 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Stretch]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12329</guid>

					<description><![CDATA[<p>Debian is very known to be a robust system. Not in vain is the basis of many other Linux distributions and many subsystems. So Debian is the ideal Linux distribution for the storage of scalable data. In this sense, we are presented with several database managers oriented to their scalability. For that reason, in this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-couchdb-on-debian-9/">How to install CouchDB on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.osradar.com/tag/debian/">Debian</a> is very known to be a robust system. Not in vain is the basis of many other Linux distributions and many subsystems. So Debian is the ideal Linux distribution for the storage of scalable data. In this sense, we are presented with several database managers oriented to their scalability. For that reason, in this post, I will teach you how to install CouchDB in Debian 9 so that you have a professional database manager with community support.</p>
<p><a href="http://couchdb.apache.org/">CouchDB</a> is a database manager for the web. It takes care of saving and storing NoSQL type data for server-side applications. It is widely used and its learning curve is very low.</p>
<p>On the other hand, CouchDB places a lot of emphasis on data replication as a persistent way to obtain data. That is, we will be able to connect multiple nodes and from there do the replication.</p>
<p>Of course, there are a lot of features and reasons <a href="http://docs.couchdb.org/en/stable/intro/why.html">why this project</a> of the Apache Foundation is so important today.</p>
<p>So, let us start.</p>
<h2>Install CouchDB on Debian 9</h2>
<p>The application is available to be installed on various operating systems. Obviously, Linux has prepared installers. Even for Debian 9, there is a package repository of its own. This facilitates the installation of CouchDB quite a bit since we can do it from APT.</p>
<p>It is recommended that you read our post about <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/">APT</a>.</p>
<p>So the first step is to connect to your server and run this command as root:</p>
<pre>:~# echo "deb https://apache.bintray.com/couchdb-deb stretch main"   | tee -a /etc/apt/sources.list
deb http://apache.bintray.com/couchdb-deb stretch main</pre>
<p>Next, you have to import the GPG key for the repository.</p>
<pre>:~# curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc | apt-key add -
OK</pre>
<p>image</p>
<p>Next, install CouchDB on Debian 9 by running the following command:</p>
<pre>:~# apt update
:~# apt install couchdb</pre>
<p><figure id="attachment_12364" aria-describedby="caption-attachment-12364" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12364" src="https://www.osradar.com/wp-content/uploads/2019/06/1-3.png" alt="1.- Install CouchDB on Debian 9" width="1365" height="310" srcset="https://www.osradar.com/wp-content/uploads/2019/06/1-3.png 1365w, https://www.osradar.com/wp-content/uploads/2019/06/1-3-300x68.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/1-3-768x174.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/1-3-1024x233.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/1-3-696x158.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/1-3-1068x243.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12364" class="wp-caption-text">1.- Install CouchDB on Debian 9</figcaption></figure></p>
<p>During the installation, you will have to configure some things. First of all, you need to know if it is for a single node or for a cluster.</p>
<p><figure id="attachment_12365" aria-describedby="caption-attachment-12365" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12365" src="https://www.osradar.com/wp-content/uploads/2019/06/2-3.png" alt="2.- Configuring CouchDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/2-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/2-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/2-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/2-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/2-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/2-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/2-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12365" class="wp-caption-text">2.- Configuring CouchDB</figcaption></figure></p>
<p>Then, you will have to define the IP address where the instance will be accessed. If you set 0.0.0.0 you will be able to access from any IP address.</p>
<p><figure id="attachment_12366" aria-describedby="caption-attachment-12366" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12366" src="https://www.osradar.com/wp-content/uploads/2019/06/3-1.png" alt="3.- Setting the network" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/3-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/3-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/3-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/3-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/3-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/3-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/3-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12366" class="wp-caption-text">3.- Setting the network</figcaption></figure></p>
<p>And finally, define a root password.</p>
<p><figure id="attachment_12367" aria-describedby="caption-attachment-12367" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12367" src="https://www.osradar.com/wp-content/uploads/2019/06/4.png" alt="4.- set the root password for CouchDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12367" class="wp-caption-text">4.- set the root password for CouchDB</figcaption></figure></p>
<p>So, that is it. Let us test it.</p>
<h2>Testing CouchDB</h2>
<p>The best way to test if everything went well is to access the CouchDB web GUI. For this, it is necessary that in your firewall you have opened port 5984. In case you use UFW you could do it in the following way.</p>
<pre>:~# ufw allow 5984/tcp</pre>
<p>Next, open your web browser and go to http://Your-server:5984/_utils and now you can log in.</p>
<p><figure id="attachment_12368" aria-describedby="caption-attachment-12368" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12368" src="https://www.osradar.com/wp-content/uploads/2019/06/5.png" alt="5.- Log in into CouchDB" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/5-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/5-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/5-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/5-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/5-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/5-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12368" class="wp-caption-text">5.- Log in into CouchDB</figcaption></figure></p>
<p>And you can check the databases.</p>
<p><figure id="attachment_12369" aria-describedby="caption-attachment-12369" style="width: 1366px" class="wp-caption aligncenter"><img loading="lazy" class="size-full wp-image-12369" src="https://www.osradar.com/wp-content/uploads/2019/06/6.png" alt="6.- CouchDB web interface" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/6-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/6-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/6-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/6-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/6-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12369" class="wp-caption-text">6.- CouchDB web interface</figcaption></figure></p>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>CouchDB is clearly oriented to the professional web sector. However, its learning curve is low with respect to its power. Despite this, CouchDB is easily installable as we have seen.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-couchdb-on-debian-9/">How to install CouchDB on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-couchdb-on-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Apache CouchDB on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/install-apache-couchdb-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-apache-couchdb-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 06 Dec 2018 02:33:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8029</guid>

					<description><![CDATA[<p>The NoSQL database concept is very fashionable. So much so that we talk about it here. Its speed and design make it perfect for cloud-based projects. Today, I&#8217;ll show you how to install Apache CouchDB on Ubuntu 18.04. CouchDB is a database manager oriented to NoSQL documents belonging to the Apache foundation. Its main strength [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-apache-couchdb-ubuntu-18-04/">How to install Apache CouchDB on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The NoSQL database concept is very fashionable. So much so that we talk about it <a href="https://www.osradar.com/how-to-install-arangodb-on-debian-9/" rel="noopener">here</a>. Its speed and design make it perfect for cloud-based projects. Today, I&#8217;ll show you how to install Apache CouchDB on Ubuntu 18.04.</p>
<p><a href="http://couchdb.apache.org/" rel="noopener">CouchDB</a> is a database manager oriented to NoSQL documents belonging to the Apache foundation. Its main strength is its focus on scalability. In addition, it allows you to run a single logical database server on any number of servers or VMs. Of course, it is Open source. So, you can join the community.</p>
<p>On the other hand, CouchDB takes the reliability of the data very seriously and its <a href="http://docs.couchdb.org/en/master/replication/protocol.html" rel="noopener">replication protocol</a> makes it a safe bet to carry out your personal projects without data problems.</p>
<p>So, let&#8217;s install Apache CouchDB.</p>
<h1>1. Install Apache web server</h1>
<p>So, the first step is to install <a href="https://httpd.apache.org/" rel="noopener">Apache web server</a>. It enjoys great <a href="https://www.osradar.com/how-to-configure-an-apache-virtual-host-on-debian-9/" rel="noopener">popularity</a> among developers for its ease of installation and its great compatibility with multiple applications.</p>
<p>To install it, run this command:</p>
<pre class="">:~$ sudo apt install apache2</pre>
<p><figure id="attachment_8030" aria-describedby="caption-attachment-8030" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8030" src="https://www.osradar.com/wp-content/uploads/2018/12/1-4.png" alt="1.- Installing Apache2" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/1-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/1-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/1-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/1-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/1-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/1-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8030" class="wp-caption-text">1.- Installing Apache2</figcaption></figure></p>
<p>Next, enable and start the Apache web server service.</p>
<pre class="">:~$ sudo systemctl enable apache2
:~$ sudo systemctl start apache2</pre>
<p><figure id="attachment_8032" aria-describedby="caption-attachment-8032" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8032" src="https://www.osradar.com/wp-content/uploads/2018/12/2-4.png" alt="2.- Starting Apache web server" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/2-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/2-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/2-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/2-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/2-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/2-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8032" class="wp-caption-text">2.- Starting Apache web server</figcaption></figure></p>
<p>Now, open your <a href="https://www.osradar.com/firefox-time-travel-debugging-its-real/" rel="noopener">web browser</a> and go to <code>http://IP_SERVER</code>. If everything went OK, you will see this image.</p>
<p><figure id="attachment_8033" aria-describedby="caption-attachment-8033" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8033" src="https://www.osradar.com/wp-content/uploads/2018/12/3-4.png" alt="3.- Apache default page" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/12/3-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/3-4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/3-4-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/3-4-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/3-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/12/3-4-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/3-4-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8033" class="wp-caption-text">3.- Apache default page</figcaption></figure></p>
<p>Apache web server is correctly installed.</p>
<h1>2. Install Apache CouchDB</h1>
<p>CouchDB is a great application but is not included by default in the main Ubuntu repositories. Therefore, it is necessary to install it from an external one.</p>
<p>First, add the repository.</p>
<pre class="">:~$ echo "deb https://apache.bintray.com/couchdb-deb bionic main"  | sudo tee -a /etc/apt/sources.list</pre>
<p><figure id="attachment_8034" aria-describedby="caption-attachment-8034" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8034" src="https://www.osradar.com/wp-content/uploads/2018/12/4-4.png" alt="4.- Adding the CouchDB repository" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/4-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/4-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/4-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/4-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/4-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/4-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8034" class="wp-caption-text">4.- Adding the CouchDB repository</figcaption></figure></p>
<p>Next, sign the added repository:</p>
<pre class="">:~$ curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc | sudo apt-key add -</pre>
<p><figure id="attachment_8035" aria-describedby="caption-attachment-8035" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8035" src="https://www.osradar.com/wp-content/uploads/2018/12/5-4.png" alt="5.- Signing the newly added repository" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/5-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/5-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/5-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/5-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/5-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/5-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8035" class="wp-caption-text">5.- Signing the newly added repository</figcaption></figure></p>
<p>Then, install CouchDB.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt install couchdb</pre>
<p><figure id="attachment_8036" aria-describedby="caption-attachment-8036" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8036" src="https://www.osradar.com/wp-content/uploads/2018/12/6-4.png" alt="6.- Install Apache CouchDB package" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/6-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/6-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/6-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/6-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/6-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/6-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8036" class="wp-caption-text">6.- Install Apache CouchDB package</figcaption></figure></p>
<p>During the installation process, you will need to configure CouchDB. The first question is how to configure CouchDB. There are 3 options, <em>Standalone</em> for a single server; <em>clustered</em> if you will use a cluster or <em>none</em> if you want to configure it manually.</p>
<p><figure id="attachment_8038" aria-describedby="caption-attachment-8038" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8038" src="https://www.osradar.com/wp-content/uploads/2018/12/7-4.png" alt="7.- Configuring CounchDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/7-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/7-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/7-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/7-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/7-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/7-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8038" class="wp-caption-text">7.- Configuring CouchDB</figcaption></figure></p>
<p>After this, it is necessary to configure the network interface of the CouchDB node. In the image are the instructions, however, it is recommended 0.0.0.0.0 for you to be able to access from all networks.</p>
<p><figure id="attachment_8039" aria-describedby="caption-attachment-8039" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8039" src="https://www.osradar.com/wp-content/uploads/2018/12/8-4.png" alt="8.- Configuring the networks on CouchDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/8-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/8-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/8-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/8-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/8-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/8-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8039" class="wp-caption-text">8.- Configuring the networks on CouchDB</figcaption></figure></p>
<p>Finally, set a password for admin user.</p>
<p><figure id="attachment_8040" aria-describedby="caption-attachment-8040" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8040" src="https://www.osradar.com/wp-content/uploads/2018/12/9-3.png" alt="9.- Setting a password for admin user" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/12/9-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/9-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/9-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/9-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/9-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/9-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8040" class="wp-caption-text">9.- Setting a password for the admin user</figcaption></figure></p>
<p>Next, start and enable the service.</p>
<pre class="">:~$ sudo systemctl start couchdb
:~$ sudo systemctl enable couchdb</pre>
<p>Finally, open your web browser and go to <code>http://YOUR_IP:5984/_utils</code> and access the web interface to manage the program.</p>
<p><figure id="attachment_8043" aria-describedby="caption-attachment-8043" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8043" src="https://www.osradar.com/wp-content/uploads/2018/12/11-4.png" alt="10.- Log in into the program" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/12/11-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/11-4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/11-4-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/11-4-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/11-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/12/11-4-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/11-4-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8043" class="wp-caption-text">10.- Login into the program</figcaption></figure></p>
<p><figure id="attachment_8041" aria-describedby="caption-attachment-8041" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8041" src="https://www.osradar.com/wp-content/uploads/2018/12/10-3.png" alt="11.- Main screen of CouchDB web interface" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/12/10-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/12/10-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/10-3-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/10-3-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/10-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/12/10-3-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/10-3-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8041" class="wp-caption-text">11.- Main screen of CouchDB web interface</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h1>Conclusion</h1>
<p>CouchDB is a fairly new program that belongs to Apache. This guarantees us a fairly stable, reliable and Open source product to handle <a href="https://www.osradar.com/how-to-install-mongodb-on-fedora-29-fedora-28/">NoSQL</a> databases.</p>
<p>Please share this article with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-apache-couchdb-ubuntu-18-04/">How to install Apache CouchDB on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-apache-couchdb-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
