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/01/30 04:38:28 UTC

[03/29] incubator-brooklyn git commit: Adding Vagrant Temp URL

Adding Vagrant Temp URL


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

Branch: refs/heads/master
Commit: 5aca6ca2a94a8314821120b5ceb353da396af1f0
Parents: b5873c9
Author: Duncan Godwin <du...@cloudsoftcorp.com>
Authored: Thu Jan 14 12:35:44 2016 +0000
Committer: Duncan Godwin <du...@cloudsoftcorp.com>
Committed: Fri Jan 15 12:04:29 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5aca6ca2/brooklyn-docs/guide/start/running.md
----------------------------------------------------------------------
diff --git a/brooklyn-docs/guide/start/running.md b/brooklyn-docs/guide/start/running.md
index 43066e4..1cb64c5 100644
--- a/brooklyn-docs/guide/start/running.md
+++ b/brooklyn-docs/guide/start/running.md
@@ -31,13 +31,13 @@ Firstly, download and install:
  * [Vagrant](http://www.vagrantup.com/downloads){:target="_blank"}
  * [Oracle VirtualBox](https://www.virtualbox.org/wiki/Downloads){:target="_blank"}
  
-Then download the default Apache Brooklyn vagrant configuration from [here](http://someurl){:target="_blank"}. This configuration contains everything you need to get started using Apache Brooklyn.
+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.
 
-Extract the `tar.gz` archive and navigate into the expanded `apache-brooklyn-vagrant-{{ site.brooklyn-version }}` folder
+Extract the `tar.gz` archive and navigate into the expanded `vagrant-brooklyn-getting-started-master` folder
 
 {% highlight bash %}
-$ tar xvf apache-brooklyn-vagrant-{{ site.brooklyn-version }}.tar.gz
-$ cd xvf apache-brooklyn-vagrant-{{ site.brooklyn-version }}
+$ tar xvf master.tar.gz
+$ cd vagrant-brooklyn-getting-started-master
 {% endhighlight %}