[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 <[email protected]> Authored: Fri Dec 18 22:57:12 2015 +0000 Committer: Alex Heneveld <[email protected]> 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 @@ # [](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.
