Repository: incubator-brooklyn-site Updated Branches: refs/heads/master 8853f15e0 -> a0a0cec13
Jumbotron content update Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/commit/f04d70e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/tree/f04d70e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/diff/f04d70e7 Branch: refs/heads/master Commit: f04d70e76afb9a9d5198078e16486849f87b817d Parents: 8853f15 Author: Richard Downer <[email protected]> Authored: Wed Aug 20 11:49:15 2014 +0100 Committer: Richard Downer <[email protected]> Committed: Wed Aug 20 11:49:41 2014 +0100 ---------------------------------------------------------------------- index.md | 50 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/blob/f04d70e7/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md index 066473c..0b249fe 100644 --- a/index.md +++ b/index.md @@ -6,36 +6,54 @@ navgroup: home <div class="jumbotron"> <div id="apachebrooklynbanner"> </div> + <div class="row"> -<div class="col-md-6"> -<div id="brooklynbridge"> </div> -</div><!-- column --> -<div class="col-md-6" style="text-align: center" markdown="1"> +<div class="col-md-4" markdown="1"> -### Simplified **deployment** and **runtime management** of enterprise-grade applications +### model -<a class="btn btn-primary btn-lg" role="button" href="learnmore.html">learn more</a> -<a class="btn btn-primary btn-lg" role="button" href="quickstart/">get started</a> +*Blueprints* describe your application, stored as *text files* in *version control* -</div><!-- column --> -</div><!-- row --> +*Compose* from the *dozens* of app supported components or your *own components* using *bash, Java, Chef...* -</div><!-- jumbotron --> +<div class="text-muted" markdown="1"> +#### JBoss • Cassandra • QPid • nginx • many more +</div> -<div class="row"> +</div> <div class="col-md-4" markdown="1"> -#### Easy **single-click deployment** to your favourite clouds. Run transparently across **multiple providers**. +### deploy -</div> -<div class="col-md-4" markdown="1"> +Components *configured & integrated* across *multiple machines* automatically + +*20+ public clouds*, or your *private cloud* or bare servers - and *Docker* containers -#### Applications stay **healthy** and **auto-scaled** through your choice of automated policies. +<div class="text-muted" markdown="1"> +#### Amazon EC2 • CloudStack • OpenStack • SoftLayer • many more +</div> </div> <div class="col-md-4" markdown="1"> -#### **Compose** applications from a rich library of components and services, or easily **create** custom integrations and policies. +### manage + +*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* + +<div class="text-muted" markdown="1"> +#### Metric-based autoscaler • Restarter & replacer • Follow the sun • Load balancing +</div> </div> </div><!-- row --> + +<div style="text-align: center" markdown="1"> + +<a class="btn btn-primary btn-lg" role="button" href="learnmore.html">learn more</a> +<a class="btn btn-primary btn-lg" role="button" href="quickstart/">get started</a> + +</div> + +</div><!-- jumbotron -->
