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 74BCD118D3 for ; Thu, 24 Jul 2014 16:35:19 +0000 (UTC) Received: (qmail 75120 invoked by uid 500); 24 Jul 2014 16:35:18 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 75063 invoked by uid 500); 24 Jul 2014 16:35:18 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 75002 invoked by uid 99); 24 Jul 2014 16:35:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2014 16:35:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2014 16:35:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A7E772388906; Thu, 24 Jul 2014 16:34:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1613181 - in /incubator/brooklyn/site/quickstart: index.html my-web-cluster.yaml policies-and-catalogs.html Date: Thu, 24 Jul 2014 16:34:56 -0000 To: commits@brooklyn.incubator.apache.org From: richard@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140724163456.A7E772388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: richard Date: Thu Jul 24 16:34:56 2014 New Revision: 1613181 URL: http://svn.apache.org/r1613181 Log: Fixes links on the quickstart pages Removed: incubator/brooklyn/site/quickstart/my-web-cluster.yaml Modified: incubator/brooklyn/site/quickstart/index.html incubator/brooklyn/site/quickstart/policies-and-catalogs.html Modified: incubator/brooklyn/site/quickstart/index.html URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/quickstart/index.html?rev=1613181&r1=1613180&r2=1613181&view=diff ============================================================================== --- incubator/brooklyn/site/quickstart/index.html (original) +++ incubator/brooklyn/site/quickstart/index.html Thu Jul 24 16:34:56 2014 @@ -42,12 +42,7 @@

Getting Started

- - - - - -

This guide will walk you through deploying an application to a public cloud.

+

This guide will walk you through deploying an application to a public cloud.

We will be deploying an example 3-tier web application, described using this blueprint:

@@ -58,7 +53,7 @@ - serviceType: brooklyn.entity.webapp.ControlledDynamicWebAppCluster name: My Web brooklyn.config: - wars.root: http://search.maven.org/remotecontent?filepath=io/brooklyn/example/brooklyn-example-hello-world-sql-webapp//brooklyn-example-hello-world-sql-webapp-.war + wars.root: http://search.maven.org/remotecontent?filepath=io/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.7.0-M1/brooklyn-example-hello-world-sql-webapp-0.7.0-M1.war java.sysprops: brooklyn.example.db.url: > $brooklyn:formatString("jdbc:%s%s?user=%s\\&password=%s", @@ -75,13 +70,13 @@

Install Brooklyn

-

Download the Brooklyn distribution and expand it to your home directory ( ~/ ), or in a location of your choice. (Other download options are available.)

+

Download the Brooklyn distribution and expand it to your home directory ( ~/ ), or in a location of your choice. (Other download options are available.)

-

Expand the tar.gz archive (note: as this is a -SNAPSHOT version, your filename will be slightly different):

+

Expand the tar.gz archive:

-
$ tar -zxf brooklyn-dist-0.7.0-SNAPSHOT-timestamp-dist.tar.gz
+
$ tar -zxf brooklyn-dist-0.7.0-M1-dist.tar.gz
-

This will create a brooklyn-0.7.0-SNAPSHOT folder.

+

This will create a brooklyn-0.7.0-M1 folder.

Note: You’ll need a Java JRE or SDK installed (version 6 or later), as Brooklyn is Java under the covers.

@@ -91,7 +86,7 @@

(Click the clipboard on these code snippets for easier c&p.)

-
$ cd brooklyn-0.7.0-SNAPSHOT
+
$ cd brooklyn-0.7.0-M1
 $ BROOKLYN_DIR="$(pwd)"
 $ export PATH=$PATH:$BROOKLYN_DIR/bin/
@@ -121,11 +116,11 @@
$ mkdir ~/.brooklyn
 $ cd ~/.brooklyn
-$ wget https://brooklyn.incubator.apache.org//use/guide/quickstart/brooklyn.properties
+$ wget https://brooklyn.incubator.apache.org/quickstart/brooklyn.properties

Open brooklyn.properties in a text editor and add your cloud credentials.

-

If you would rather test Brooklyn on localhost, follow these instructions to ensure that your Brooklyn can access your machine.

+

If you would rather test Brooklyn on localhost, follow these instructions to ensure that your Brooklyn can access your machine.

Restart Brooklyn:

@@ -165,7 +160,7 @@ - serviceType: brooklyn.entity.webapp.ControlledDynamicWebAppCluster name: My Web brooklyn.config: - wars.root: http://search.maven.org/remotecontent?filepath=io/brooklyn/example/brooklyn-example-hello-world-sql-webapp//brooklyn-example-hello-world-sql-webapp-.war + wars.root: http://search.maven.org/remotecontent?filepath=io/brooklyn/example/brooklyn-example-hello-world-sql-webapp/0.7.0-M1/brooklyn-example-hello-world-sql-webapp-0.7.0-M1.war java.sysprops: brooklyn.example.db.url: > $brooklyn:formatString("jdbc:%s%s?user=%s\\&password=%s", Modified: incubator/brooklyn/site/quickstart/policies-and-catalogs.html URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/quickstart/policies-and-catalogs.html?rev=1613181&r1=1613180&r2=1613181&view=diff ============================================================================== --- incubator/brooklyn/site/quickstart/policies-and-catalogs.html (original) +++ incubator/brooklyn/site/quickstart/policies-and-catalogs.html Thu Jul 24 16:34:56 2014 @@ -42,12 +42,7 @@

Getting Started - Policies and Catalogs

- - - - - -

In the previous step we downloaded Brooklyn and used it to deploy an application to a cloud, but at its heart Brooklyn is a policy driven management plane.

+

In the previous step we downloaded Brooklyn and used it to deploy an application to a cloud, but at its heart Brooklyn is a policy driven management plane.

Here we will introduce Polices using a simple demo app, which we will load from a Service Catalog.

@@ -56,7 +51,7 @@

Download the template catalog.xml to your ~/.brooklyn/ folder, and relaunch Brooklyn.

$ cd ~/.brooklyn
-$ wget https://brooklyn.incubator.apache.org//use/guide/quickstart/catalog.xml
+$ wget https://brooklyn.incubator.apache.org/v/0.7.0-M1//use/guide/quickstart/catalog.xml
 
 $ brooklyn launch
@@ -94,7 +89,7 @@

Next

-

The Elastic Web Cluster Example page +

The Elastic Web Cluster Example page details how to build this demo application from scratch in Java. It shows in more detail how Brooklyn can complement your application with policy driven management, and how applications can be run from the command line.