<?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>HowTO how to Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/howto-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 24 May 2019 15:40:03 +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 ArangoDB on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/install-arangodb-on-opensuse-15-1/</link>
					<comments>https://www.osradar.com/install-arangodb-on-opensuse-15-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 29 May 2019 23:02:32 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ArangoDB]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[HowTO how to]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12273</guid>

					<description><![CDATA[<p>The development of quality software is accompanied by quality database managers. That is to say, that they are stable, robust but to this is added the scalability. In other words, the ability to progressively increase the volume of data without losing performance. In this sense, NoSQL database managers are increasingly popular with developers. Especially in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-arangodb-on-opensuse-15-1/">How to install ArangoDB on OpenSUSE 15.1?</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 development of quality software is accompanied by quality database managers. That is to say, that they are stable, robust but to this is added the scalability. In other words, the ability to progressively increase the volume of data without losing performance. In this sense, NoSQL database managers are increasingly popular with developers. Especially in those who make applications for the web or mobile. There are many managers, but one simple, easy and very efficient to use is ArangoDB. That&#8217;s why, in this post, I will show you how to install ArangoDB on OpenSUSE 15.1 that has recently been released.</p>
<p>We have already talked about ArangoDB in <a href="https://www.osradar.com/tag/arangodb/">osradar</a> because we like it. However, I will explain briefly what it is. <a href="https://www.arangodb.com/">ArangoDB</a> is a NoSQL database manager. Actually, it uses a language implementation called AQL. It has a community license and a business license which makes it ideal for multiple projects. ArangoDB has earned the respect of the community and large companies for its scalability and replication capacity with multiple us.</p>
<p>So, let us get ArangoDB on OpenSUSE.</p>
<h2>Install ArangoDB on OpenSUSE</h2>
<p>ArangoDB does not leave many things to chance, that is why it has multiple installers for the main Linux distributions. And OpenSUSE is, so the installation will be done from the official repository of the application.</p>
<p>For this, first of all, it is necessary to update the system.</p>
<pre>:~$ sudo zypper up</pre>
<p>Then, add the ArangoDB repository.</p>
<pre>:~$ sudo zypper --no-gpg-checks --gpg-auto-import-keys addrepo https://download.arangodb.com/arangodb34/RPM/arangodb.repo</pre>
<figure id="attachment_12274" aria-describedby="caption-attachment-12274" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12274" src="https://www.osradar.com/wp-content/uploads/2019/05/1-11.png" alt="1.- Adding the ArangoDB repository" width="1365" height="263" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-11.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-300x58.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-768x148.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-1024x197.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-696x134.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-1068x206.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12274" class="wp-caption-text">1.- Adding the ArangoDB repository</figcaption></figure>
<p>Next, import the GPG key for the repository.</p>
<pre>:~$ sudo zypper --no-gpg-checks --gpg-auto-import-keys refresh</pre>
<figure id="attachment_12275" aria-describedby="caption-attachment-12275" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12275 size-full" src="https://www.osradar.com/wp-content/uploads/2019/05/2-11.png" alt="2.- Adding the GPG key for the repository" width="1365" height="507" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2-11.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-300x111.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-768x285.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-1024x380.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-696x259.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-1068x397.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-1131x420.png 1131w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12275" class="wp-caption-text">2.- Adding the GPG key for the repository</figcaption></figure>
<p>Then, install ArangoDB.</p>
<pre>:~$ sudo zypper -n install arangodb3=3.4.5</pre>
<figure id="attachment_12276" aria-describedby="caption-attachment-12276" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12276" src="https://www.osradar.com/wp-content/uploads/2019/05/3-9.png" alt="3.- Install ArangoDB on OpenSUSE" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/05/3-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12276" class="wp-caption-text">3.- Install ArangoDB on OpenSUSE</figcaption></figure>
<p>And that&#8217;s it. So, it is necessary to configure ArangoDB before using it.</p>
<h2>Configure ArangoDB on OpenSUSE</h2>
<h3>Set a root password and access to the shell</h3>
<p>First, we must define a root password. To do this, run the following command:</p>
<pre>:~$ sudo arango-secure-installation</pre>
<figure id="attachment_12277" aria-describedby="caption-attachment-12277" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12277" src="https://www.osradar.com/wp-content/uploads/2019/05/4-8.png" alt="4.- Set a root password for ArangoDB" width="1365" height="204" srcset="https://www.osradar.com/wp-content/uploads/2019/05/4-8.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-300x45.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-768x115.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-1024x153.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-696x104.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-1068x160.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12277" class="wp-caption-text">4.- Set a root password for ArangoDB</figcaption></figure>
<p>After that, you can start ArangoDB and use the shell.</p>
<pre>:~$ sudo systemctl start arangodb3
:~$ arangosh</pre>
<figure id="attachment_12278" aria-describedby="caption-attachment-12278" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12278" src="https://www.osradar.com/wp-content/uploads/2019/05/5-3.png" alt="5.- ArangoDB shell running" width="1365" height="442" srcset="https://www.osradar.com/wp-content/uploads/2019/05/5-3.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-300x97.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-768x249.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-1024x332.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-696x225.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-1068x346.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-1297x420.png 1297w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12278" class="wp-caption-text">5.- ArangoDB shell running</figcaption></figure>
<p>However, it is possible to enable the ArangoDB web interface.</p>
<h3>Enabling the ArangoDB Web interface on OpenSUSE</h3>
<p>ArangoDB&#8217;s web interface is quite friendly. Not only will it allow a better manipulation of the data but it will give us access to other functions. So it is a good idea to enable it.</p>
<p>To do this, you need to edit some configuration files:</p>
<pre>:~$ sudo nano /etc/arangodb3/arangod.conf</pre>
<p>Inside the file, locate the [server] section and in endpoint place the IP address of the server where ArangoDB is installed. There are several examples of confirmation. You can add a domain or if you are running it locally use localhost or 127.0.0.1. Also, there will be shown the default port of the application.</p>
<figure id="attachment_12279" aria-describedby="caption-attachment-12279" style="width: 771px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12279" src="https://www.osradar.com/wp-content/uploads/2019/05/6-2.png" alt="6.- Enabling the web interface" width="771" height="392" srcset="https://www.osradar.com/wp-content/uploads/2019/05/6-2.png 771w, https://www.osradar.com/wp-content/uploads/2019/05/6-2-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/6-2-768x390.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/6-2-696x354.png 696w" sizes="(max-width: 771px) 100vw, 771px" /><figcaption id="caption-attachment-12279" class="wp-caption-text">6.- Enabling the web interface</figcaption></figure>
<p>Press CTRL + O to save the changes and CTRL + X to close the file.</p>
<p>We have to do the same with this other file:</p>
<pre>:~$ sudo nano /etc/arangodb3/arangosh.conf</pre>
<figure id="attachment_12280" aria-describedby="caption-attachment-12280" style="width: 996px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12280" src="https://www.osradar.com/wp-content/uploads/2019/05/7-2.png" alt="7.- Set up the web interface" width="996" height="333" srcset="https://www.osradar.com/wp-content/uploads/2019/05/7-2.png 996w, https://www.osradar.com/wp-content/uploads/2019/05/7-2-300x100.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/7-2-768x257.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/7-2-696x233.png 696w" sizes="(max-width: 996px) 100vw, 996px" /><figcaption id="caption-attachment-12280" class="wp-caption-text">7.- Set up the web interface</figcaption></figure>
<p>After that, open the ArangoDB port. And restart the ArangoDB service.</p>
<pre>:~$ sudo firewall-cmd --add-port=8529/tcp --permanent
success
:~$ sudo firewall-cmd --reload
success
:~$ sudo systemctl restart arangodb3</pre>
<p>Next, open your web browser and go to your server using the port. For example, http://192.168.250.5:8529</p>
<figure id="attachment_12281" aria-describedby="caption-attachment-12281" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12281" src="https://www.osradar.com/wp-content/uploads/2019/05/8-1.png" alt="8.- Log in into the ArangoDB web tool" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/05/8-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12281" class="wp-caption-text">8.- Login into the ArangoDB web tool</figcaption></figure>
<p>As you can see, you can now log in. Use the root user and the password you defined before. Next, select the database you will use.</p>
<figure id="attachment_12282" aria-describedby="caption-attachment-12282" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12282" src="https://www.osradar.com/wp-content/uploads/2019/05/9-1.png" alt="9.- Database to use" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/05/9-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12282" class="wp-caption-text">9.- Database to use</figcaption></figure>
<p>Finally, you will see the main screen.</p>
<figure id="attachment_12283" aria-describedby="caption-attachment-12283" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12283" src="https://www.osradar.com/wp-content/uploads/2019/05/10-2.png" alt="10.- ArangoDB web interface" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/05/10-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12283" class="wp-caption-text">10.- ArangoDB web interface</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>OpenSUSE is a fairly stable system that is used for many purposes. Among them, there is the server one. So it is possible to install and configure such a new tool as ArangoDB without many problems. With this tool, you will have a powerful and very scalable database manager.</p>
<p>Now tell us, do you use ArangoDB? Do you use OpenSUSE 15.1? Let us know in the comments.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-arangodb-on-opensuse-15-1/">How to install ArangoDB on OpenSUSE 15.1?</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-arangodb-on-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
