Skip to content

Latest commit

 

History

History
171 lines (146 loc) · 6.2 KB

File metadata and controls

171 lines (146 loc) · 6.2 KB
layout website-landing
title Home
children
learnmore/
path title_in_menu href_path
/guide/start/index.md
Get Started
/guide/start/index.md
path menu
documentation/
path title_in_menu menu_customization
/guide/index.md
User Guide
dropdown_section_header
true
path title_in_menu href_path
/guide/blueprints/index.md
Writing Blueprints
/guide/blueprints/creating-yaml.md
path title_in_menu
/guide/locations/index.md
Deploying Blueprints
path title_in_menu menu_customization
/guide/ops/index.md
Reference Guide
dropdown_section_header
true
path title_in_menu menu_customization
meta/versions.md
Versions
dropdown_new_section
true
path title_in_menu
documentation/other-docs.md
Other Resources
community/
developers/
path menu type menu_customization
download/
button
type
button

apache brooklyn

Your applications, any clouds, any containers, anywhere.

Get started View code

Use Apache brooklyn for …

Modeling

Blueprints describe your application, stored as text files in version control

Compose from the dozens of supported components or your own components using bash, Java, Chef...

#### JBoss • Cassandra • QPid • nginx • [many more](learnmore/catalog/)

Deploying

Components configured & integrated across multiple machines automatically

20+ public clouds, or your private cloud or bare servers - and Docker containers

#### Amazon EC2 • CloudStack • OpenStack • SoftLayer • many more

Managing

Monitor key application metrics; scale to meet demand; restart and replace failed components

View and modify using the web console or automate using the REST API

#### Metric-based autoscaler • Restarter & replacer • Follow the sun • Load balancing

Get started

bash
{% highlight bash %} curl -SL --output apache-brooklyn-{{site.brooklyn-stable-version}}-vagrant.tar.gz "https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-{{site.brooklyn-stable-version}}/apache-brooklyn-{{site.brooklyn-stable-version}}-vagrant.tar.gz" tar xvf apache-brooklyn-{{site.brooklyn-stable-version}}-vagrant.tar.gz cd apache-brooklyn-{{site.brooklyn-stable-version}}-vagrant vagrant up brooklyn {% endhighlight %}
Paste the above at a Terminal prompt. It will download and start Brooklyn automatically.

Congratulation! Next, let's deploy a blueprint.

Get in touch

The community is available on the following channels in case you need anything