Repository: atlas Updated Branches: refs/heads/branch-1.0 c542deb6d -> 54623efb8
ATLAS-2736: doc updated to replace reference to github with a link to download released artifacts Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/54623efb Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/54623efb Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/54623efb Branch: refs/heads/branch-1.0 Commit: 54623efb87817a81adbc4c5211522905a57ac52c Parents: c542deb Author: Madhan Neethiraj <[email protected]> Authored: Mon Jun 4 16:45:11 2018 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Mon Jun 4 16:45:11 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/54623efb/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>
