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
2 files changed
tree: e6c38d06ca30adb6642744f4f274ad2128447844
  1. api/
  2. camp/
  3. core/
  4. docs/
  5. examples/
  6. locations/
  7. parent/
  8. policy/
  9. software/
  10. storage/
  11. usage/
  12. utils/
  13. .gitattributes
  14. .gitignore
  15. DISCLAIMER
  16. LICENSE
  17. NOTICE
  18. pom.xml
  19. 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.