tree: 7603777a399164ddfb756843213b6b3ab89c0400 [path history] [tgz]
  1. .gitattributes
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. pom.xml
  6. README.md
brooklyn/README.md

Brooklyn

Apache Brooklyn helps to model, deploy, and manage systems.

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.

For more information see brooklyn.apache.org.

To Build

This is the uber-repo. To build the product, ensure that the other brooklyn-* projects are checked out, currently as siblings to this directory (but with a notion to make them submodules), and then:

mvn clean install

This creates a build in brooklyn-dist/usage/dist/target/brooklyn-dist. Run with bin/brooklyn launch.

The developer guide has more information about the source code.