You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/02/03 17:43:45 UTC

[3/3] brooklyn-docs git commit: This closes #7

This closes #7


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

Branch: refs/heads/master
Commit: ea07b78d6456469147a162b29005dce246d32e9a
Parents: 3dfa639 f9594c3
Author: Aled Sage <al...@gmail.com>
Authored: Wed Feb 3 16:43:33 2016 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Feb 3 16:43:33 2016 +0000

----------------------------------------------------------------------
 _includes/base-head.html |  8 +++++---
 guide/start/running.md   | 10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/ea07b78d/guide/start/running.md
----------------------------------------------------------------------
diff --cc guide/start/running.md
index 5871c4d,2e5b650..ed78028
--- a/guide/start/running.md
+++ b/guide/start/running.md
@@@ -28,16 -28,16 +28,16 @@@ the easiest way of getting started wit
  
  Firstly, download and install:
  
 - * [Vagrant](http://www.vagrantup.com/downloads){:target="_blank"}
 + * [Vagrant](https://www.vagrantup.com/downloads.html){:target="_blank"}
   * [Oracle VirtualBox](https://www.virtualbox.org/wiki/Downloads){:target="_blank"}
   
- Then download the default Apache Brooklyn vagrant configuration from [here](https://github.com/johnmccabe/vagrant-brooklyn-getting-started/archive/master.tar.gz){:target="_blank"}. This configuration contains everything you need to get started using Apache Brooklyn.
+ Then download the provided Apache Brooklyn vagrant configuration from [here](https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-{{site.brooklyn-version}}/apache-brooklyn-{{site.brooklyn-version}}-vagrant.tar.gz){:target="_blank"}. This archive contains everything you need to create an environment for use with this guide, providing an Apache Brooklyn instance and some blank VMs.
  
- Extract the `tar.gz` archive and navigate into the expanded `vagrant-brooklyn-getting-started-master` folder
+ Extract the `tar.gz` archive and navigate into the expanded `apache-brooklyn-{{site.brooklyn-version}}-vagrant` folder
  
  {% highlight bash %}
- $ tar xvf master.tar.gz
- $ cd vagrant-brooklyn-getting-started-master
+ $ tar xvf apache-brooklyn-{{site.brooklyn-version}}-vagrant.tar.gz
+ $ cd apache-brooklyn-{{site.brooklyn-version}}-vagrant
  {% endhighlight %}