remove the sandbox/ and release/ dirs from the build

and update the README in the root

and delete the old brooklyn-install.sh in the root.
(it is not maintained; it doesn't even refer to the apache downloads.)

basically make the source build look nice when it's unpacked
1 file changed
tree: 796540666ddbfeb56178fe5ac81f92cbb8b81ef4
  1. usage/
  2. .gitattributes
  3. .gitignore
  4. LICENSE
  5. NOTICE
  6. README.md
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.incubator.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 has more information about the source code.