<?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>JFrog installation guide Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/jfrog-installation-guide/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 18 Jun 2020 22:36:09 +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 JFrog Artifactory on Ubuntu 20.04</title>
		<link>https://www.osradar.com/how-to-install-jfrog-artifactory-on-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/how-to-install-jfrog-artifactory-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Sun, 21 Jun 2020 03:34:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[How To Install JFrog Artifactory on Ubuntu 20.04]]></category>
		<category><![CDATA[how to tutorials]]></category>
		<category><![CDATA[JFrog installation guide]]></category>
		<category><![CDATA[ubuntu 20.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=20900</guid>

					<description><![CDATA[<p>Today we are going to learn that how to install JFrog Artifactory on Ubuntu 20.04. Before proceeding towards the installation process let&#8217;s have a short introduction about JFrog Artifactory. Introduction: JFrog Artifactory is most popular repository management application that provides you a standalone platform for all of your packages, container images &#38; Helm charts. By [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-jfrog-artifactory-on-ubuntu-20-04/">How To Install JFrog Artifactory 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>Today we are going to learn that how to install JFrog Artifactory on Ubuntu 20.04. Before proceeding towards the installation process let&#8217;s have a short introduction about JFrog Artifactory.</p>



<h3><strong>Introduction:</strong></h3>



<p>JFrog Artifactory is most popular repository management application that provides you a standalone platform for all of your packages, container images &amp; Helm charts. By using JFrog Artifactory you can use your favorite tools for managing your applications deployments with the help of various config packages &amp; applications artifacts being manages Artifactory e.g Docker &amp; Helm. With JFrog Artifactory you avail various kinds of storage solution. So, let&#8217;s move towards the installation of JFrog Artifactory on Ubuntu 20.04.</p>



<h3><strong>Step 1: Update Your System</strong></h3>



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



<h3><strong>Step 2: Import GPG Repository Key</strong></h3>



<p>Add the GPG repository key for JFrog Artifactory on Ubuntu 20.04 by hitting the below command.</p>



<pre class="wp-block-verse">wget -qO - https://api.bintray.com/orgs/jfrog/keys/gpg/public.key | sudo apt-key add -</pre>



<p>After it run the below command to add the JFrog Artifactory to the Ubuntu 20.04.</p>



<pre class="wp-block-verse">echo "deb https://jfrog.bintray.com/artifactory-debs bionic main" | sudo tee /etc/apt/sources.list.d/jfrog.list</pre>



<p>After it run the update command to take effects of the changes.</p>



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



<h3><strong>Step 3: Installing JFrog Artifactory On Ubuntu 20.04</strong></h3>



<p>To install the JFrog Artifactory on Ubuntu 20.04, fire the below command in your terminal.</p>



<pre class="wp-block-verse">sudo apt update
sudo apt install jfrog-artifactory-oss</pre>



<p>You&#8217;ll see the similar output:</p>



<pre class="wp-block-verse">sabir@Ubuntu20:~$ sudo apt install jfrog-artifactory-oss
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages were automatically installed and are no longer required:
dbconfig-common libboost-context1.71.0 libboost-coroutine1.71.0
libboost-program-options1.71.0 libboost-regex1.71.0 linux-headers-5.4.0-26
linux-headers-5.4.0-26-generic linux-image-5.4.0-26-generic
linux-modules-5.4.0-26-generic linux-modules-extra-5.4.0-26-generic
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
jfrog-artifactory-oss
0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
Need to get 425 MB of archives.
After this operation, 764 MB of additional disk space will be used.
Get:1 https://jfrog.bintray.com/artifactory-debs bionic/main amd64 jfrog-artifactory-oss amd64 7.5.7 [425 MB]
Fetched 425 MB in 1min 38s (4,346 kB/s)</pre>



<p>Then start the JFrog Artifactory services.</p>



<pre class="wp-block-verse">sudo systemctl start artifactory.service</pre>



<p>To start JFrog Artifactory on boot fire the below command in your terminal.</p>



<pre class="wp-block-verse">sudo systemctl enable artifactory.service</pre>



<p>Verify the status of JFrog Artifactory by typing.</p>



<pre class="wp-block-verse">sudo systemctl status artifactory.service</pre>



<pre class="wp-block-verse">$ systemctl status artifactory.service
● artifactory.service - Artifactory service
Loaded: loaded (/lib/systemd/system/artifactory.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-06-18 01:24:19 CEST; 1min 0s ago
Main PID: 8385 (java)
Tasks: 0 (limit: 4567)
Memory: 1.6M
CGroup: /system.slice/artifactory.service
‣ 8385 /opt/jfrog/artifactory/app/third-party/java/bin/java -Djava.util.logging.config.file=/opt/jfrog/artifactory/app/artifactory/tomcat/&gt;
Jun 18 01:24:18 ubuntu su[8692]: pam_unix(su:session): session opened for user artifactory by (uid=0)
Jun 18 01:24:19 ubuntu su[8692]: pam_unix(su:session): session closed for user artifactory
Jun 18 01:24:19 ubuntu su[8814]: (to artifactory) root on none
Jun 18 01:24:19 ubuntu su[8814]: pam_unix(su:session): session opened for user artifactory by (uid=0)
Jun 18 01:24:19 ubuntu su[8814]: pam_unix(su:session): session closed for user artifactory
Jun 18 01:24:19 ubuntu su[8951]: (to artifactory) root on none
Jun 18 01:24:19 ubuntu su[8951]: pam_unix(su:session): session opened for user artifactory by (uid=0)
Jun 18 01:24:19 ubuntu su[8951]: pam_unix(su:session): session closed for user artifactory
Jun 18 01:24:19 ubuntu systemd[1]: Started Artifactory service.
…</pre>



<h3><strong>Step 4: Accessing JFrog Artifactory Web Interface</strong></h3>



<p>Visit the given link to go to the JFrog Artifactory dashboard from Web browser.</p>



<pre class="wp-block-verse">http://SERVERIP_OR_DOMAIN:8081/artifactory</pre>



<p>Provide the below credentials to login.</p>



<pre class="wp-block-verse">Username = admin<br>Password = password</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="801" height="437" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/1-7.png" alt="" class="wp-image-21214" srcset="https://www.osradar.com/wp-content/uploads/2020/06/1-7.png 801w, https://www.osradar.com/wp-content/uploads/2020/06/1-7-300x164.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/1-7-768x419.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/1-7-696x380.png 696w" sizes="(max-width: 801px) 100vw, 801px" /></figure>



<p>Then hit the <strong>&#8220;Get Started&#8221;</strong> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="690" height="341" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/2-6.png" alt="How To Install JFrog Artifactory on Ubuntu 20.04" class="wp-image-21215" srcset="https://www.osradar.com/wp-content/uploads/2020/06/2-6.png 690w, https://www.osradar.com/wp-content/uploads/2020/06/2-6-300x148.png 300w" sizes="(max-width: 690px) 100vw, 690px" /></figure>



<p>For security reasons, set up the new admin password and hit <strong>&#8220;Next&#8221;</strong> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="680" height="293" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/3-7.png" alt="" class="wp-image-21216" srcset="https://www.osradar.com/wp-content/uploads/2020/06/3-7.png 680w, https://www.osradar.com/wp-content/uploads/2020/06/3-7-300x129.png 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure>



<p>After it type the base URL for your JFrog in the box and click on <strong>&#8220;Next&#8221;</strong> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="994" height="445" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/4.jpg" alt="" class="wp-image-21217" srcset="https://www.osradar.com/wp-content/uploads/2020/06/4.jpg 994w, https://www.osradar.com/wp-content/uploads/2020/06/4-300x134.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/06/4-768x344.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/06/4-696x312.jpg 696w" sizes="(max-width: 994px) 100vw, 994px" /></figure>



<p>Choose the repositories you want to create during the installation process.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="995" height="426" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/5-7.png" alt="How To Install JFrog Artifactory on Ubuntu 20.04" class="wp-image-21218" srcset="https://www.osradar.com/wp-content/uploads/2020/06/5-7.png 995w, https://www.osradar.com/wp-content/uploads/2020/06/5-7-300x128.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/5-7-768x329.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/5-7-696x298.png 696w" sizes="(max-width: 995px) 100vw, 995px" /></figure>



<p>And hit <strong>&#8220;Next&#8221;</strong> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1009" height="448" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/06/6-5.png" alt="How To Install JFrog Artifactory on Ubuntu 20.04" class="wp-image-21219" srcset="https://www.osradar.com/wp-content/uploads/2020/06/6-5.png 1009w, https://www.osradar.com/wp-content/uploads/2020/06/6-5-300x133.png 300w, https://www.osradar.com/wp-content/uploads/2020/06/6-5-768x341.png 768w, https://www.osradar.com/wp-content/uploads/2020/06/6-5-696x309.png 696w" sizes="(max-width: 1009px) 100vw, 1009px" /></figure>



<p>Congratulations! You&#8217;ve successfully installed and set up the JFrog Artifactory on Ubuntu 20.04.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-jfrog-artifactory-on-ubuntu-20-04/">How To Install JFrog Artifactory 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/how-to-install-jfrog-artifactory-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
