blob: 9a0112fb15a45657d8e89f5cf8f1fdd6da71d58b [file] [log] [blame]
<!DOCTYPE html>
<html data-mobile-support="" data-search="" data-hero-banner="" data-platform-downloads="">
<head>
<meta http-equiv="content-type" context="text/html; charset=UTF-8">
<title>Apache Karaf</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no"
id="Viewport" name="viewport">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Varela+Round|Montserrat:400,700" rel="stylesheet"
type="text/css"/>
<link href="css/karaf.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/>
<meta content="Apache Karaf" property="og:title">
<meta content="images/karaf.png" property="og:image">
<meta content="Upgrade to the Enterprise class platform. Karaf provides dual polymorphic container and application bootstrapping paradigms to the Enterprise. Focus on your business code and application, Karaf deals with the rest"
property="og:description">
</head>
<body>
<div class="viewport">
<h2>Apache Karaf Cellar Installation</h2>
Apache Karaf Cellar is a complete clustering solution for Apache Karaf Container.
<br/>
Cellar can be directly installed on running Karaf Container instances. Take a look on the <a href="documentation.html">Karaf Cellar documentation</a> for details.
<h3>On Karaf Container 4.x (Cellar 4.x)</h3>
<div class="code">
<pre>
feature:repo-add cellar
feature:install cellar
</pre>
</div>
<h3>On Karaf Container 3.x (Cellar 3.x)</h3>
<div class="code">
<pre>
feature:repo-add cellar 3.x
feature:install cellar
</pre>
</div>
<h3>On Karaf Container 2.x (Cellar 2.x)</h3>
<div class="code">
<pre>
features:chooseUrl cellar 2.x
features:install cellar
</pre>
</div>
</div>
</body>
</html>