Author: dmagda
Date: Mon Mar 12 20:20:07 2018
New Revision: 1826587

URL: http://svn.apache.org/viewvc?rev=1826587&view=rev
Log:
Released RPM documentation

Modified:
    ignite/site/trunk/download.html

Modified: ignite/site/trunk/download.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/download.html?rev=1826587&r1=1826586&r2=1826587&view=diff
==============================================================================
--- ignite/site/trunk/download.html (original)
+++ ignite/site/trunk/download.html Mon Mar 12 20:20:07 2018
@@ -381,8 +381,8 @@ under the License.
                                         <li class="divider"></li>
                                         <li><a 
href="/download.cgi#nuget">Download from NuGet</a></li>
                                         <li class="divider"></li>
-                                        <!--<li><a 
href="/download.cgi#rpm-package">RPM Package</a></li>-->
-                                        <!--<li class="divider"></li>-->
+                                        <li><a 
href="/download.cgi#rpm-package">RPM Package</a></li>
+                                        <li class="divider"></li>
                                         <li><a 
href="/download.cgi#build-source">Build from Source</a></li>
                                         <li class="divider"></li>
                                         <li><a 
href="/download.cgi#git-repository">Git Repository</a></li>
@@ -1500,31 +1500,31 @@ under the License.
                </p>
     </section><!-- NuGet downloads -->
 
-    <!--<section id="rpm-package" class="page-section">-->
-        <!--<h2>RPM Package Installation</h2>-->
-        <!--<p>-->
-            <!--Apache Ignite can also be installed from the official RPM 
repository: <a>https://www.apache.org/dist/ignite/rpm</a>-->
-        <!--</p>-->
-        <!--<p>Add the repository to Yum repositories list:</p>-->
-        <!--<pre class="brush:bash">-->
-           <!--cat &lt;&lt;EOF &gt; /etc/yum.repos.d/ignite.repo-->
-            <!--[ignite]-->
-            <!--name=Apache Ignite-->
-            <!--baseurl=https://www.apache.org/dist/ignite/rpm/2.x/-->
-            <!--gpgcheck=1-->
-            <!--repo_gpgcheck=1-->
-            <!--gpgkey=https://www.apache.org/dist/ignite/KEYS-->
-            <!--EOF-->
-        <!--</pre>-->
-        <!--<p>Then install the latest Apache Ignite version (accept the 
​GPG key import prompt):</p>-->
-        <!--<pre class="brush:bash">-->
-            <!--yum install apache-ignite -y-->
-        <!--</pre>-->
-        <!--<p>-->
-            <!--See <a 
href="https://apacheignite.readme.io/docs/getting-started#section-rpm-package-installation";>Getting
 Started</a>-->
-            <!--for more information on how to start an Apache Ignite node and 
check logs.-->
-        <!--</p>-->
-    <!--</section>&lt;!&ndash; RPM package installation &ndash;&gt;-->
+    <section id="rpm-package" class="page-section">
+        <h2>RPM Package Installation</h2>
+        <p>
+            Apache Ignite can also be installed from the official RPM 
repository: <a>https://www.apache.org/dist/ignite/rpm</a>
+        </p>
+        <p>Add the repository to Yum repositories list:</p>
+        <pre class="brush:bash">
+           cat &lt;&lt;EOF &gt; /etc/yum.repos.d/ignite.repo
+            [ignite]
+            name=Apache Ignite
+            baseurl=https://www.apache.org/dist/ignite/rpm/2.x/
+            gpgcheck=1
+            repo_gpgcheck=1
+            gpgkey=https://www.apache.org/dist/ignite/KEYS
+            EOF
+        </pre>
+        <p>Then install the latest Apache Ignite version (accept the ​GPG 
key import prompt):</p>
+        <pre class="brush:bash">
+            yum install apache-ignite -y
+        </pre>
+        <p>
+            See <a 
href="https://apacheignite.readme.io/docs/getting-started#section-rpm-package-installation";>Getting
 Started</a>
+            for more information on how to start an Apache Ignite node and 
check logs.
+        </p>
+    </section><!-- RPM package installation -->
        
     <section id="build-source" class="page-section">
         <h2>Building the Binaries </h2>


Reply via email to