Updated Branches: refs/heads/apache-blur-0.2 42a2d69f0 -> eb74d5fa1
Adding links to download the artifacts via the apache mirrors. Also fixing the documentation for compiling. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/eb74d5fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/eb74d5fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/eb74d5fa Branch: refs/heads/apache-blur-0.2 Commit: eb74d5fa1b79056ebb8db81d4dca8b552a2658ca Parents: 42a2d69 Author: Aaron McCurry <[email protected]> Authored: Fri Sep 27 22:45:19 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Fri Sep 27 22:45:19 2013 -0400 ---------------------------------------------------------------------- docs/getting-started.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/eb74d5fa/docs/getting-started.html ---------------------------------------------------------------------- diff --git a/docs/getting-started.html b/docs/getting-started.html index f20e2fd..b649602 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -96,13 +96,10 @@ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys</code></pre> <div class="page-header"> <h1 id="download">Download</h1> </div> - <p class="lead"> - There are a few ways to download Blur depending on how involved you want to be. - </p> - <h3>Download full source</h3> + <h3>Download Source and Binary Artifacts</h3> <p> - Until a full release has been made, please download the latest full source code and look in the <code>/distribution</code> folder. - <a href="https://git-wip-us.apache.org/repos/asf/incubator-blur.git" class="btn btn-large btn-primary">Download Latest Apache Blur 0.2.1</a> + Both the source and binary artifacts are provided via mirrors here:<br/><br/> + <a href="http://www.apache.org/dyn/closer.cgi/incubator/blur/0.2.1-incubating/apache-blur-0.2.0-incubating-src.tar.gz" class="btn btn-large btn-primary">Apache Blur 0.2.1 Source</a> <a href="http://www.apache.org/dyn/closer.cgi/incubator/blur/0.2.1-incubating/apache-blur-0.2.0-incubating-bin.tar.gz" class="btn btn-large btn-primary">Apache Blur 0.2.1 Binary</a> </p> </section> <section> @@ -116,7 +113,7 @@ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys</code></pre> <pre><code class="bash">git clone https://git-wip-us.apache.org/repos/asf/incubator-blur.git</code></pre> <p>Build the artifacts (if you want to run the tests remove the "-DskipTests")</p> <pre><code class="bash">cd incubator-blur/ -mvn install -DskipTests -P distribution</code></pre> +mvn install -DskipTests</code></pre> <p>The binary artifact is located <code>distribution/target/apache-blur-0.2.1-incubating-bin.tar.gz</code>.</p> </section> <section>
