Repository: atlas Updated Branches: refs/heads/master c1f56324c -> 86af9e3b7
ATLAS-2736: doc updated to replace reference to github with a link to download released artifacts (cherry picked from commit 54623efb87817a81adbc4c5211522905a57ac52c) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/86af9e3b Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/86af9e3b Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/86af9e3b Branch: refs/heads/master Commit: 86af9e3b79a261332f6fd6ec47d464e71ffc3ffe Parents: c1f5632 Author: Madhan Neethiraj <[email protected]> Authored: Mon Jun 4 16:45:11 2018 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Mon Jun 4 17:01:13 2018 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/InstallationSteps.twiki | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/86af9e3b/docs/src/site/twiki/InstallationSteps.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/InstallationSteps.twiki b/docs/src/site/twiki/InstallationSteps.twiki index 3ba5b2d..2b6b028 100644 --- a/docs/src/site/twiki/InstallationSteps.twiki +++ b/docs/src/site/twiki/InstallationSteps.twiki @@ -1,10 +1,11 @@ ---++ Building & Installing Apache Atlas ---+++ Building Apache Atlas +Download Apache Atlas 1.0.0 release sources, apache-atlas-1.0.0-sources.tar.gz, from [[http://atlas.apache.org/Downloads.html][downloads]] page. +Then follow the instructions below to to build Apache Atlas. <verbatim> -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="-Xms2g -Xmx2g" mvn clean -DskipTests install</verbatim>
