Repository: atlas-website
Updated Branches:
  refs/heads/asf-site a1a002abe -> 3f5fbcf6f


ATLAS-2736: updated build instructions to replace reference to github with a 
link to download released artifacts


Project: http://git-wip-us.apache.org/repos/asf/atlas-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas-website/commit/3f5fbcf6
Tree: http://git-wip-us.apache.org/repos/asf/atlas-website/tree/3f5fbcf6
Diff: http://git-wip-us.apache.org/repos/asf/atlas-website/diff/3f5fbcf6

Branch: refs/heads/asf-site
Commit: 3f5fbcf6f7ad5c782b119654480021f6ee341ca2
Parents: a1a002a
Author: Madhan Neethiraj <mad...@apache.org>
Authored: Mon Jun 4 17:00:21 2018 -0700
Committer: Madhan Neethiraj <mad...@apache.org>
Committed: Mon Jun 4 17:00:21 2018 -0700

----------------------------------------------------------------------
 InstallationSteps.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3f5fbcf6/InstallationSteps.html
----------------------------------------------------------------------
diff --git a/InstallationSteps.html b/InstallationSteps.html
index d8f18aa..d454898 100644
--- a/InstallationSteps.html
+++ b/InstallationSteps.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8 from 
src/site/twiki/InstallationSteps.twiki at 2018-06-03
+ | Generated by Apache Maven Doxia Site Renderer 1.8 from 
src/site/twiki/InstallationSteps.twiki at 2018-06-04
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180603" />
+    <meta name="Date-Revision-yyyymmdd" content="20180604" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Atlas &#x2013; Building & Installing Apache Atlas</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -109,7 +109,7 @@
       <li class=""><a href="http://www.apache.org"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Atlas">Atlas</a><span 
class="divider">/</span></li>
     <li class="active ">Building & Installing Apache Atlas</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2018-06-03</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2018-06-04</li>
           <li id="projectVersion" class="pull-right">Version: 1.0.0</li>
         </ul>
       </div>
@@ -118,10 +118,10 @@
 <h3><a name="Building_.26_Installing_Apache_Atlas"></a>Building &amp; 
Installing Apache Atlas</h3></div>
 <div class="section">
 <h4><a name="Building_Apache_Atlas"></a>Building Apache Atlas</h4>
+<p>Download Apache Atlas 1.0.0 release sources, 
apache-atlas-1.0.0-sources.tar.gz, from <a class="externalLink" 
href="http://atlas.apache.org/Downloads.html";>downloads</a> page. Then follow 
the instructions below to to build Apache Atlas.</p>
 <div class="source"><pre class="prettyprint">
-git clone https://github.com/apache/atlas.git atlas
-cd atlas
-git checkout branch-1.0
+tar xvfz apache-atlas-1.0.0-sources.tar.gz
+cd apache-atlas-sources-1.0.0/
 export MAVEN_OPTS=&quot;-Xms2g -Xmx2g&quot;
 mvn clean -DskipTests install
 </pre></div></div>

Reply via email to