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 060671878F for ; Mon, 1 Feb 2016 18:01:22 +0000 (UTC) Received: (qmail 81338 invoked by uid 500); 1 Feb 2016 17:34:42 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 81257 invoked by uid 500); 1 Feb 2016 17:34:42 -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 80629 invoked by uid 99); 1 Feb 2016 17:34:41 -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:34:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CFA4CDFF85; Mon, 1 Feb 2016 17:34:41 +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:34:56 -0000 Message-Id: In-Reply-To: <96372b3bd3a04f19a2013644ff8f8928@git.apache.org> References: <96372b3bd3a04f19a2013644ff8f8928@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/51] [abbrv] brooklyn-dist git commit: [ALL] update README file in each repo to be appropriate to that repo, with building instructions [ALL] update README file in each repo to be appropriate to that repo, with building instructions Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/445c9c15 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/445c9c15 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/445c9c15 Branch: refs/heads/master Commit: 445c9c159f10111bbafbdd6e4a5d8e1c5987ed37 Parents: d0a6e70 Author: Alex Heneveld Authored: Fri Dec 18 22:57:12 2015 +0000 Committer: Alex Heneveld Committed: Mon Dec 21 16:43:37 2015 +0000 ---------------------------------------------------------------------- brooklyn-dist/README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/445c9c15/brooklyn-dist/README.md ---------------------------------------------------------------------- diff --git a/brooklyn-dist/README.md b/brooklyn-dist/README.md index 6b66cf2..0b34dc4 100644 --- a/brooklyn-dist/README.md +++ b/brooklyn-dist/README.md @@ -1,21 +1,8 @@ # [![**Brooklyn**](https://brooklyn.apache.org/style/img/apache-brooklyn-logo-244px-wide.png)](http://brooklyn.apache.org/) -### Apache Brooklyn helps to model, deploy, and manage systems. +### Distribution Sub-Project for Apache Brooklyn -It supports blueprints in YAML or Java, and deploys them to many clouds and other target environments. -It monitors those deployments, maintains a live model, and runs autonomic policies to maintain their health. +This repo contains modules for creating the distributable binary +combining the `server`, the `ui`, and other elements in other Brooklyn repos. -For more information see **[brooklyn.apache.org](https://brooklyn.apache.org/)**. - - -### To Build - -The code can be built with a: - - mvn clean install - -This creates a build in `usage/dist/target/brooklyn-dist`. Run with `bin/brooklyn launch`. - -The **[developer guide](https://brooklyn.apache.org/v/latest/dev/)** -has more information about the source code.