This repository was archived by the owner on Feb 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
690 changed files
with
18,682 additions
and
7,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ _site | |
.project | ||
.idea/ | ||
*.iml | ||
*~ | ||
site-content/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
url: http://jclouds.apache.org | ||
title: Apache jclouds | ||
markdown: rdiscount | ||
pygments: true | ||
permalink: pretty | ||
paginate: 5 | ||
paginate_path: "blog/page:num" | ||
permalink: /blog/:categories/:year/:month/:day/:title | ||
relative_permalinks: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<div id="footer"> | ||
<hr/> | ||
<div class="row clearfix"> | ||
<div class="col-md-2 column"> | ||
<p class="text-center"> | ||
<a class="text-primary" href="/start/">Getting Started</a> | ||
</p> | ||
</div> | ||
<div class="col-md-2 column"> | ||
<p class="text-center"> | ||
<a class="text-primary" href="/reference/report-a-bug/">Report a Bug</a> | ||
</p> | ||
</div> | ||
<div class="col-md-2 column"> | ||
<p class="text-center"> | ||
<a class="text-primary" href="https://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">Fix This Page</a> | ||
</p> | ||
</div> | ||
<div class="col-md-2 column"> | ||
<p class="text-center"> | ||
<a class="text-primary" href="https://wiki.apache.org/jclouds/How%20to%20Contribute">Contribute Code</a> | ||
</p> | ||
</div> | ||
<div class="col-md-2 column"> | ||
<p class="text-center"> | ||
<a class="text-primary" href="/community/">Contact Us</a> | ||
</p> | ||
</div> | ||
<div class="col-md-2 column"> | ||
<p class="text-center"> | ||
<a class="text-primary" href="https://twitter.com/jclouds">Follow Us</a> | ||
</p> | ||
</div> | ||
</div> | ||
<hr style="margin-top: 10px"/> | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
<p class="text-center"> | ||
Copyright © 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. | ||
</p> | ||
<p class="text-center"> | ||
Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation. | ||
</p> | ||
<p class="text-center"> | ||
<img src="/img/feather-small.gif" width="80", height="24"/> | ||
</p> | ||
<br/> | ||
</div> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<meta charset="utf-8"> | ||
<title>Apache jclouds® :: {{ page.title }}</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /--> | ||
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /--> | ||
<!--script src="js/less-1.3.3.min.js"></script--> | ||
<!--append ‘#!watch’ to the browser URL, then refresh the page. --> | ||
|
||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/css/style.css" rel="stylesheet"> | ||
<link href="/css/syntax.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav and touch icons --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/apple-touch-icon-144-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-57-precomposed.png"> | ||
<link rel="shortcut icon" href="/img/favicon.png"> | ||
|
||
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="Blog Posts Feed"> | ||
<link rel="alternate" type="application/atom+xml" href="/releasenotes/atom.xml" title="Release Notes Feed"> | ||
|
||
<script type="text/javascript" src="/js/jquery.min.js"></script> | ||
<script type="text/javascript" src="/js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="/js/toc.js"></script> | ||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-8638379-1']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
<script type="text/javascript"> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-47106724-1', 'jclouds.apache.com'); | ||
ga('send', 'pageview'); | ||
</script> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/">Apache jclouds ®</a> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Getting Started<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="/start/what-is-jclouds/">What Is Apache jclouds?</a></li> | ||
<li><a href="/start/install/">Installation Guide</a></li> | ||
<li class="divider"></li> | ||
<li><a href="/start/compute/">ComputeService</a></li> | ||
<li><a href="/start/blobstore/">BlobStore</a></li> | ||
<li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="/guides/providers/">Cloud Providers</a></li> | ||
<li><a href="/guides">User Guides</a></li> | ||
<li><a href="/reference/configuration/">Configuration</a></li> | ||
<li><a href="/reference/logging/">Logging</a></li> | ||
<li class="divider"></li> | ||
<li class="dropdown-header">Developer Guides</li> | ||
<li><a href="http://wiki.apache.org/jclouds/">Wiki</a></li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="/community/">Get In Touch!</a></li> | ||
<li><a href="http://www.meetup.com/jclouds/">Attend An Event</a></li> | ||
<li><a href="/community/users/">Who Is Using jclouds?</a></li> | ||
<li class="divider"></li> | ||
<li class="dropdown-header">Contribute</li> | ||
<li><a href="/reference/report-a-bug/">Report a Bug</a></li> | ||
<li><a href="http://wiki.apache.org/jclouds/How%20to%20Contribute">How To Contribute Code</a></li> | ||
<li><a href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">How To Contribute Documentation</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="/blog">Blog</a></li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<!-- only keep the release notes for supported versions in this list --> | ||
<li><a href="/releasenotes/1.7.1">1.7.1</a></li> | ||
<li><a href="/releasenotes/1.7">1.7.0</a></li> | ||
<li><a href="/releasenotes/1.6.3">1.6.3</a></li> | ||
<li><a href="/releasenotes/1.6.2">1.6.2</a></li> | ||
<li><a href="/releasenotes/1.6.1">1.6.1</a></li> | ||
<li class="divider"></li> | ||
<li class="dropdown-header">Previous releases</li> | ||
<li><a href="/releasenotes">Release archive</a></li> | ||
</ul> | ||
</li> | ||
<li> | ||
<div> | ||
<a class="btn btn-success navbar-btn" href="/start/install/"> | ||
<span class="glyphicon glyphicon-download"></span> | ||
Install | ||
</a> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{% include head.html %} | ||
</head> | ||
<body> | ||
{% include navbar.html %} | ||
<div id="home-content" class="container"> | ||
<div class="row clearfix"> | ||
<div class="col-md-4 column"> | ||
<img src="/img/fullsizelogo.jpg" class="img-rounded"/> | ||
</div> | ||
<div class="col-md-8 column"> | ||
<div class="jumbotron"> | ||
<h2>The Java Multi-Cloud Toolkit</h2> | ||
<p>Apache jclouds® is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are <strong>portable across clouds</strong> while giving you <strong>full control</strong> to use cloud-specific features.</p> | ||
<p> | ||
<a class="btn btn-primary btn-large" href="/start/"> | ||
<span class="glyphicon glyphicon-book"></span> | ||
Learn | ||
</a> | ||
<a class="btn btn-success btn-large" href="/start/install/"> | ||
<span class="glyphicon glyphicon-download"></span> | ||
Install | ||
</a> | ||
<a class="btn btn-warning btn-large" href="https://github.com/jclouds/jclouds"> | ||
<span class="glyphicon glyphicon-cog"></span> | ||
Source | ||
</a> | ||
<a class="btn btn-warning btn-large" href="/community/"> | ||
<span class="glyphicon glyphicon-globe"></span> | ||
Contribute | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="section-divider"> | ||
<span class="text">CLOUDS</span> | ||
</div> | ||
<br/> | ||
<ul class="list-inline text-center"> | ||
<li><img class="img-list" src="img/logos/abiquo.png" alt="Abiquo" title="Abiquo"/></li> | ||
<li><img class="img-list" src="img/logos/aws.jpg" alt="Amazon Web Services" title="Amazon Web Services"/></li> | ||
<li><img class="img-list" src="img/logos/cloudsigma.png" alt="CloudSigma" title="CloudSigma"/></li> | ||
<li><img class="img-list" src="img/logos/cloudstack.png" alt="CloudStack" title="CloudStack"/></li> | ||
</ul> | ||
<ul class="list-inline text-center"> | ||
<li><img class="img-list" src="img/logos/hpcloud.png" alt="HP Cloud" title="HP Cloud"/></li> | ||
<li><img class="img-list" src="img/logos/joyent.png" alt="Joyent" title="Joyent"/></li> | ||
<li><img class="img-list" src="img/logos/openstack.png" alt="OpensStack" title="OpenStack"/></li> | ||
<li><img class="img-list" src="img/logos/rackspace.png" alt="Rackspace" title="Rackspace"/></li> | ||
</ul> | ||
<p class="lead text-center text-primary"><strong><a href="/guides/providers/">...and many more!</a></strong></p> | ||
|
||
<div class="section-divider"> | ||
<span class="text">CODE</span> | ||
</div> | ||
<br/> | ||
<div class="row clearfix"> | ||
<div class="col-md-6 column"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Compute</h3> | ||
</div> | ||
<div class="panel-body"> | ||
{% highlight java %} | ||
ComputeService compute = ContextBuilder.newBuilder("aws-ec2") | ||
.credentials("identity", "credential") | ||
.buildView(ComputeServiceContext.class) | ||
.getComputeService(); | ||
|
||
Template template = compute.templateBuilder() | ||
.osFamily(OsFamily.UBUNTU) | ||
.minRam(2048) | ||
.options(inboundPorts(22, 80)) | ||
.build(); | ||
|
||
compute.createNodesInGroup("jclouds", 1, template); | ||
{% endhighlight %} | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6 column"> | ||
<div class="panel panel-primary"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">BlobStore</h3> | ||
</div> | ||
<div class="panel-body"> | ||
{% highlight java %} | ||
BlobStore blobStore = ContextBuilder.newBuilder("aws-s3") | ||
.credentials("identity", "credential") | ||
.buildView(BlobStoreContext.class) | ||
.getBlobStore(); | ||
|
||
blobStore.createContainerInLocation(location, "mycontainer"); | ||
|
||
Blob blob = blobStore.blobBuilder("blob") | ||
.payload("blob-content") | ||
.build(); | ||
|
||
blobStore.putBlob("mycontainer", blob); | ||
{% endhighlight %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row clearfix"> | ||
<div class="col-md-3 column"> | ||
<h3 class="text-primary"><span class="glyphicon glyphicon-cog"></span> Compute</h3> | ||
<p>The portable Compute interface allows users to provision their infrastructure in any cloud provider. With Apache jclouds® users are in control of the entire process: deployment configuration, provisioning and bootstrap.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h3 class="text-primary"><span class="glyphicon glyphicon-hdd"></span> BlobStore</h3> | ||
<p>Using the BlobStore interface, users can easily store objects in a wide range of blob store providers, regardless of how big the objects to manage are, or how many files are there.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h3 class="text-primary"><span class="glyphicon glyphicon-stats"></span> Load Balancer</h3> | ||
<p>The Load Balancer abstraction provides a common interface to configure the load balancers in any cloud that supports them. Just define the load balancer and the nodes that should join it, and it will be ready for the action.</p> | ||
</div> | ||
<div class="col-md-3 column"> | ||
<h3 class="text-primary"><span class="glyphicon glyphicon-fire"></span> Specific APIs</h3> | ||
<p>Apache jclouds® also provides DNS, firewall, storage, configuration management, image management, provider specific APIs, and much more. Make sure to check them out!</p> | ||
</div> | ||
</div> | ||
<br/> | ||
<div class="section-divider"> | ||
<span class="text">USERS</span> | ||
</div> | ||
<br/> | ||
<ul class="list-inline text-center"> | ||
<li><img class="img-list" src="img/logos/cloudsoft.png" alt="Cloudsoft" title="Cloudsoft"/></li> | ||
<li><img class="img-list" src="img/logos/jenkins.png" alt="Jenkins" title="Jenkins"/></li> | ||
<li><img class="img-list" src="img/logos/maginatics.png" alt="Maginatics" title="Maginatics"/></li> | ||
<li><img class="img-list" src="img/logos/neoload.png" alt="NeoTys NeoLoad" title="NeoTys NeoLoad"/></li> | ||
</ul> | ||
<ul class="list-inline text-center"> | ||
<li><img class="img-list" src="img/logos/cloudify.png" alt="GigaSpaces Cloudify" title="GigaSpaces Cloudify"/></li> | ||
<li><img class="img-list" src="img/logos/pallet.png" alt="Pallet" title="Pallet"/></li> | ||
<li><img class="img-list" src="img/logos/seatyourself.gif" alt="SeatYourself" title="SeatYourself"/></li> | ||
<li><img class="img-list" src="img/logos/stratos.png" alt="Apache Stratos" title="Apache Stratos"/></li> | ||
</ul> | ||
<p class="lead text-center text-primary"><strong><a href="/community/users/">...and many more!</a></strong></p> | ||
|
||
{% include footer.html %} | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.