You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2014/12/23 14:20:18 UTC

[4/5] incubator-brooklyn git commit: Further website updates for new version

Further website updates for new version

Corrects the server install guide and quickstart guide links for the M2
release


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b28515b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b28515b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b28515b4

Branch: refs/heads/master
Commit: b28515b46dc381df5463802ea2548d83fe4aa230
Parents: 4080a7b
Author: Richard Downer <ri...@apache.org>
Authored: Tue Dec 23 13:13:14 2014 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Dec 23 13:15:13 2014 +0000

----------------------------------------------------------------------
 docs/website/documentation/install-on-server.md | 4 ++--
 docs/website/quickstart/index.md                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b28515b4/docs/website/documentation/install-on-server.md
----------------------------------------------------------------------
diff --git a/docs/website/documentation/install-on-server.md b/docs/website/documentation/install-on-server.md
index c3da352..aeb44bf 100644
--- a/docs/website/documentation/install-on-server.md
+++ b/docs/website/documentation/install-on-server.md
@@ -48,7 +48,7 @@ Before installing Apache Brooklyn, you will need to configure the host as follow
 
 ## <a id="download"></a>Download Brooklyn
 
-Download the [Brooklyn distribution]({{ site.data.brooklyn.url.dist.tgz }}) and expand it to your home directory ( `~/` ), or in a location of your choice. Other [download options]({{site.path.website}}/download.html) are available.
+Download Brooklyn and obtain a binary build as described on [the download page]({{site.path.website}}/download.html).
 
 {% if brooklyn_version contains 'SNAPSHOT' %}
 Expand the `tar.gz` archive (note: as this is a -SNAPSHOT version, your filename will be slightly different):
@@ -62,7 +62,7 @@ $ tar -zxf brooklyn-dist-{{ site.data.brooklyn.version }}-timestamp-dist.tar.gz
 {% endhighlight %}
 {% else %}
 {% highlight bash %}
-$ tar -zxf brooklyn-dist-{{ site.data.brooklyn.version }}-dist.tar.gz
+$ tar -zxf brooklyn-{{ site.data.brooklyn.version }}-dist.tar.gz
 {% endhighlight %}
 {% endif %}
 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b28515b4/docs/website/quickstart/index.md
----------------------------------------------------------------------
diff --git a/docs/website/quickstart/index.md b/docs/website/quickstart/index.md
index 3f6a86e..bc1215e 100644
--- a/docs/website/quickstart/index.md
+++ b/docs/website/quickstart/index.md
@@ -61,7 +61,7 @@ useful.
 
 ## Install Brooklyn
 
-Download the [Brooklyn distribution]({{ site.data.brooklyn.url.dist.tgz }}) and expand it to your home directory ( `~/` ), or in a location of your choice. (Other [download options]({{site.path.website}}/download.html) are available.)
+Download Brooklyn and obtain a binary build as described on [the download page]({{site.path.website}}/download.html).
 
 {% if brooklyn_version contains 'SNAPSHOT' %}
 Expand the `tar.gz` archive (note: as this is a -SNAPSHOT version, your filename will be slightly different):
@@ -75,7 +75,7 @@ $ tar -zxf brooklyn-dist-{{ site.data.brooklyn.version }}-timestamp-dist.tar.gz
 {% endhighlight %}
 {% else %}
 {% highlight bash %}
-$ tar -zxf brooklyn-dist-{{ site.data.brooklyn.version }}-dist.tar.gz
+$ tar -zxf brooklyn-{{ site.data.brooklyn.version }}-dist.tar.gz
 {% endhighlight %}
 {% endif %}