Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 0f14d7ef4 -> 2d5193051


Minor wording changes around option of installing binaries in own environment


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

Branch: refs/heads/master
Commit: ba6e888cdb2ab5c8c79c89f61489c653074af89a
Parents: df024e3
Author: Murdo Aird <murdo.a...@gmail.com>
Authored: Thu Mar 24 11:35:04 2016 +0000
Committer: Murdo Aird <murdo.a...@gmail.com>
Committed: Thu Mar 24 11:35:04 2016 +0000

----------------------------------------------------------------------
 guide/start/running.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/ba6e888c/guide/start/running.md
----------------------------------------------------------------------
diff --git a/guide/start/running.md b/guide/start/running.md
index 380fe96..4cb508a 100644
--- a/guide/start/running.md
+++ b/guide/start/running.md
@@ -9,7 +9,7 @@ This guide will walk you through deploying an example 3-tier 
web application to
 
 An overview of core [Brooklyn 
concepts](./concept-quickstart.html){:target="_blank"} is available for 
reference.
 
-Two methods of deployment are detailed in this tutorial, using virtualisation 
with Vagrant and a local install. Both assume that you are using Linux or Mac 
OS X.
+Two methods of deployment are detailed in this tutorial, using virtualisation 
with Vagrant and an install in your own environment (such as your local machine 
or in your private/public cloud). Both assume that you are using Linux or Mac 
OS X. To get you up-and-running quickly, the Vagrant option will provision four 
compute nodes for you to deploy applications to. 
 
 ## Install Apache Brooklyn
 
@@ -45,7 +45,7 @@ $ cd apache-brooklyn-{{site.brooklyn-version}}-vagrant
 </div>
 <div id="impl-2" class="tab-pane fade">
 
-<strong class="hidden started-pdf-include">b) Local Install</strong>
+<strong class="hidden started-pdf-include">b) Install</strong>
 
 Download the Apache Brooklyn binary distribution as described on [the download 
page]({{site.path.website}}/download/){:target="_blank"}.
 
@@ -85,7 +85,7 @@ you may wish to set up other configuration options first:
 
 <ul class="nav nav-tabs">
     <li class="active impl-1-tab"><a data-target="#impl-1, .impl-1-tab" 
data-toggle="tab" href="#">Vagrant</a></li>
-    <li class="impl-2-tab"><a data-target="#impl-2, .impl-2-tab" 
data-toggle="tab" href="#">Local Install</a></li>
+    <li class="impl-2-tab"><a data-target="#impl-2, .impl-2-tab" 
data-toggle="tab" href="#">Install</a></li>
 </ul>
 
 <div class="tab-content">
@@ -108,7 +108,7 @@ $ vagrant ssh brooklyn --command 'sudo journalctl -n15 -f 
-u brooklyn'
 </div>
 <div id="impl-2" class="tab-pane fade">
 
-<strong class="hidden started-pdf-include">b) Local Install</strong>
+<strong class="hidden started-pdf-include">b) Install</strong>
 
 Now start Apache Brooklyn with the following command:
 

Reply via email to