[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/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/9b542bad Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/9b542bad Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/9b542bad Branch: refs/heads/master Commit: 9b542badd67ca690bd8633a7df6803cc23115458 Parents: 796e2ec 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 ---------------------------------------------------------------------- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/9b542bad/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 6b66cf2..020e2ae 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # [](http://brooklyn.apache.org/) -### Apache Brooklyn helps to model, deploy, and manage systems. +### Apache Brooklyn **Incubator** Historic Repo -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 is the historical **incubator** repo for Apache Brooklyn. -For more information see **[brooklyn.apache.org](https://brooklyn.apache.org/)**. +## Brooklyn has graduated. Visit us [here](http://github.com/apache/brooklyn/). + +The sub-directories in this project correspond to multiple separate repositories in apache. +(The link above to `brooklyn/` started life exactly as a copy of [`brooklyn/`](brooklyn/) +in this folder, as an uber-project for the others, including the `server` and the `ui`.) ### To Build @@ -17,5 +20,3 @@ The code can be built with a: 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.
