You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:28:40 UTC

[06/50] brooklyn-docs git commit: Update portable-cloudfoundry example docs to take cli into account

Update portable-cloudfoundry example docs to take cli into account

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

Branch: refs/heads/0.4.0
Commit: 09a88acdb1b52ab3a0726d97795b93c959a79b01
Parents: bfaa616
Author: Cosmin Dumitrache <co...@cloudsoftcorp.com>
Authored: Wed May 30 16:39:37 2012 +0100
Committer: Cosmin Dumitrache <co...@cloudsoftcorp.com>
Committed: Wed May 30 16:39:37 2012 +0100

----------------------------------------------------------------------
 docs/use/examples/portable-cloudfoundry/index.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/09a88acd/docs/use/examples/portable-cloudfoundry/index.md
----------------------------------------------------------------------
diff --git a/docs/use/examples/portable-cloudfoundry/index.md b/docs/use/examples/portable-cloudfoundry/index.md
index 1afd3d9..d0e6a36 100644
--- a/docs/use/examples/portable-cloudfoundry/index.md
+++ b/docs/use/examples/portable-cloudfoundry/index.md
@@ -284,9 +284,14 @@ And finally, we'll define ``move``, as the sequence of the three effectors above
 
 ## Running It
 
-When we run this application (e.g. using the ``demo.sh`` script in the example project),
-we have our webapp running in Cloud Foundry,
-and we have the effectors we've introduced exposed in the web console:
+You can run the application using the provided shell script:
+
+{% highlight bash %}
+% cd $EXAMPLES_DIR/portable-cloudfoundry/brooklyn-example-portable-cloudfoundry/bin
+% ./demo.sh
+{% endhighlight %}
+
+Note that we have our webapp running in Cloud Foundry, and we have the effectors we've introduced exposed in the web console:
 
 [![MovableElasticWebAppCluster Effectors](console-sensors-750px.png "MovableElasticWebAppCluster Effectors")](console-sensors.png)