tree: cd99c827d3a141e6730346c611d688858089b919 [path history] [tgz]
  1. api/
  2. camp/
  3. core/
  4. karaf/
  5. launcher/
  6. locations/
  7. logging/
  8. parent/
  9. policy/
  10. rest/
  11. server-cli/
  12. software/
  13. storage/
  14. test-framework/
  15. test-support/
  16. utils/
  17. .gitattributes
  18. .gitignore
  19. LICENSE
  20. NOTICE
  21. pom.xml
  22. README.md
brooklyn-server/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

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.