You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2015/10/14 15:55:59 UTC

[13/17] incubator-brooklyn git commit: Amend text in creating-yaml.md

Amend text in creating-yaml.md

Amended paragraph in section "The Basic Structure" to clarify reference to the copy icon and to add some apparently missing text.

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

Branch: refs/heads/master
Commit: 9751e0271c5433601c6888d2f1279c7117fbd859
Parents: 94687d9
Author: Geoff Macartney <ge...@users.noreply.github.com>
Authored: Wed Oct 14 14:26:19 2015 +0100
Committer: Geoff Macartney <ge...@users.noreply.github.com>
Committed: Wed Oct 14 14:26:19 2015 +0100

----------------------------------------------------------------------
 docs/guide/yaml/creating-yaml.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9751e027/docs/guide/yaml/creating-yaml.md
----------------------------------------------------------------------
diff --git a/docs/guide/yaml/creating-yaml.md b/docs/guide/yaml/creating-yaml.md
index 8c6b31f..ffb1e36 100644
--- a/docs/guide/yaml/creating-yaml.md
+++ b/docs/guide/yaml/creating-yaml.md
@@ -31,10 +31,10 @@ Here's a very simple YAML blueprint plan, to explain the structure:
 * The `services` block takes a list of the typed services we want to deploy.
   This is the meat of the blueprint plan, as you'll see below.
 
-Finally, that clipboard in the corner lets you easily copy-and-paste into the web-console:
+Finally, the clipboard in the top-right corner of the example plan box above (hover your cursor over the box)  lets you easily copy-and-paste into the web-console:
 simply [download and launch]({{ site.path.guide }}/start/running.html) Brooklyn,
-then in the "Add Application" dialog at the web console
-(usually [http://127.0.0.1:8081/](http://127.0.0.1:8081/). 
+then in the "Create Application" dialog at the web console
+(usually [http://127.0.0.1:8081/](http://127.0.0.1:8081/), paste the copied YAML into the "Yaml" tab of the dialog and press "Finish". 
 There are several other ways to deploy, including `curl` and via the command-line,
 and you can configure users, https, persistence, and more, 
 as described [in the ops guide](../ops/).