You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2018/03/05 11:31:45 UTC

[1/2] brooklyn-docs git commit: Fix home page installation instructions

Repository: brooklyn-docs
Updated Branches:
  refs/heads/website 53f00b678 -> 631abe9c7


Fix home page installation instructions

Remove the Vagrant-based instructions, which are known to be broken in
0.12.0. Replace with .tar.gz instructions.


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

Branch: refs/heads/website
Commit: 29c216aff8b00eb2b13eab0887920e12690f0653
Parents: 53f00b6
Author: Richard Downer <ri...@apache.org>
Authored: Thu Mar 1 17:06:58 2018 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Thu Mar 1 17:08:29 2018 +0000

----------------------------------------------------------------------
 index.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/29c216af/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index e3f8099..2e4914e 100644
--- a/index.md
+++ b/index.md
@@ -159,17 +159,17 @@ View and modify using the *web console* or automate using the *REST API*
             <span>bash</span>
           </div>
 {% highlight bash %}
-curl -SL --output apache-brooklyn-{{site.brooklyn-stable-version}}-vagrant.tar.gz "https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-{{site.brooklyn-stable-version}}/apache-brooklyn-{{site.brooklyn-stable-version}}-vagrant.tar.gz"
-tar xvf apache-brooklyn-{{site.brooklyn-stable-version}}-vagrant.tar.gz
-cd apache-brooklyn-{{site.brooklyn-stable-version}}-vagrant
-vagrant up brooklyn
+curl -SL --output apache-brooklyn-{{site.brooklyn-stable-version}}-bin.tar.gz "https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-{{site.brooklyn-stable-version}}/apache-brooklyn-{{site.brooklyn-stable-version}}-bin.tar.gz"
+tar xvf apache-brooklyn-{{site.brooklyn-stable-version}}-bin.tar.gz
+cd apache-brooklyn-{{site.brooklyn-stable-version}}-bin
+./bin/start
 {% endhighlight %}
         </div>
         <div class="text-muted row">
           <div class="col-md-9">Paste the above at a Terminal prompt. It will download and start Brooklyn automatically.</div>
           <div class="col-md-3 text-rigth">Looking for <a href="{{ site.path.guide }}/start/running.html">more installation options?</a></div>
         </div>
-        <p>Congratulation! Next, let's <a href="{{ site.path.guide }}/start/blueprints.html">deploy a blueprint</a>.</p>
+        <p>Now open your browser to <a href="http://localhost:8081/">http://localhost:8081</a> and login in with username <tt>admin</tt> and password <tt>password</tt>. Congratulations, you are running Apache Brooklyn! Next, let's <a href="{{ site.path.guide }}/start/blueprints.html">deploy a blueprint</a>.</p>
       </div>
     </div>
   </div>


[2/2] brooklyn-docs git commit: Closes #247

Posted by ge...@apache.org.
Closes #247

Fix home page installation instructions

Remove the Vagrant-based instructions, which are known to be broken in
0.12.0. Replace with .tar.gz instructions.


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

Branch: refs/heads/website
Commit: 631abe9c7f4c88ed24770198db48b6628338e31f
Parents: 53f00b6 29c216a
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Mon Mar 5 11:27:15 2018 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Mon Mar 5 11:31:10 2018 +0000

----------------------------------------------------------------------
 index.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------