Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D3CB18E0E for ; Mon, 1 Feb 2016 17:28:52 +0000 (UTC) Received: (qmail 64837 invoked by uid 500); 1 Feb 2016 17:28:36 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 64754 invoked by uid 500); 1 Feb 2016 17:28:36 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 63913 invoked by uid 99); 1 Feb 2016 17:28:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2016 17:28:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3455BE0D5C; Mon, 1 Feb 2016 17:28:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.apache.org Date: Mon, 01 Feb 2016 17:29:01 -0000 Message-Id: <370e635846e248919c6fe237728cfd32@git.apache.org> In-Reply-To: <218369656fd742418e20f79a21dfa6ac@git.apache.org> References: <218369656fd742418e20f79a21dfa6ac@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [27/50] brooklyn-docs git commit: Remove some comments from "before you begin" and make tar verbose Remove some comments from "before you begin" and make tar verbose Didn't see them last time . . . Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/fcffc909 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/fcffc909 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/fcffc909 Branch: refs/heads/0.4.0 Commit: fcffc9094579c8c3081cac7649989a93898c5a4e Parents: 3465df2 Author: Cosmin Dumitrache Authored: Fri Jul 27 12:37:18 2012 +0100 Committer: Cosmin Dumitrache Committed: Fri Jul 27 12:41:06 2012 +0100 ---------------------------------------------------------------------- docs/use/examples/before-begin.include.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/fcffc909/docs/use/examples/before-begin.include.md ---------------------------------------------------------------------- diff --git a/docs/use/examples/before-begin.include.md b/docs/use/examples/before-begin.include.md index 290f0ba..2aac51a 100644 --- a/docs/use/examples/before-begin.include.md +++ b/docs/use/examples/before-begin.include.md @@ -6,7 +6,7 @@ First, grab a copy of the Brooklyn distribution: {% highlight bash %} % curl -L http://developers.cloudsoftcorp.com/maven/releases/io/brooklyn/brooklyn-dist/0.4.0-M2/brooklyn-dist-0.4.0-M2-dist.tar.gz -% tar xzf brooklyn-dist-0.4.0-M2-dist.tar.gz +% tar xvzf brooklyn-dist-0.4.0-M2-dist.tar.gz % export BROOKLYN_HOME=$(pwd)/brooklyn {% endhighlight %} @@ -14,10 +14,8 @@ Then, grab a copy of the brooklyn-examples source code and build with Maven: {% highlight bash %} % curl -L https://github.com/brooklyncentral/brooklyn-examples/tarball/0.4.0-M2 -o brooklyn-examples-dist-0.4.0-M2.tgz -% tar xzf brooklyn-examples-dist-0.4.0-M2.tgz -# set up an environment variable to point to it for convenience +% tar xvzf brooklyn-examples-dist-0.4.0-M2.tgz % export BROOKLYN_EXAMPLES_DIR=$(pwd)/brooklyncentral-brooklyn-examples-b296711 -# build with Maven % cd ${BROOKLYN_EXAMPLES_DIR} % mvn clean install {% endhighlight %}