Project

General

Profile

root / trunk / html / download.html @ 671

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2

    
3
<html xmlns="http://www.w3.org/1999/xhtml">
4

    
5
<head>
6

    
7
<title>Haizea - An Open Source VM-based Lease Manager</title>
8
<link href="haizea.css" type="text/css" rel="stylesheet"/>
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
10

    
11
<script type="text/javascript">
12
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
13
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
14
</script>
15
<script type="text/javascript">
16
var pageTracker = _gat._getTracker("UA-4920033-1");
17
pageTracker._initData();
18
pageTracker._trackPageview();
19
</script>
20

    
21
</head>
22
<body>
23

    
24
<div id="content">
25
<div id="logo">
26
<a href="index.html"><img src="logo.png" width="450" height="86" border="0" alt="Haizea"/></a>
27
</div>
28
<div class="topbar">
29
<a href="whatis.html">What is Haizea?</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
30
<strong>Download</strong>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
31
<a href="documentation.html">Documentation</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
32
<a href="pubs.html">Publications</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
33
<a href="development.html">Development</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
34
<a href="support.html">Support</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
35
<a href="credits.html">Credits</a></div>
36
<h1>Downloads</h1>
37

    
38
<h2>Haizea</h2>
39

    
40
<p>The current version of Haizea is 0.9.2 ("1.0 Beta 2"), released on September 4th, 2009. To install, download <a href="downloads/haizea-0.9.2.tar.gz"  onClick="javascript: pageTracker._trackPageview('/downloads/haizea-0.9.2.tar.gz');">haizea-0.9.2.tar.gz</a> and follow the <a href="documentation.html">installation instructions</a>. Haizea is published under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>, a BSD-like <a href="http://www.opensource.org/">OSI</a>-compatible license.</p>
41

    
42
<h2>SVN repository</h2>
43

    
44
<p>You can checkout the latest version of the code like this:</p>
45

    
46
<pre class="shell">
47
svn co http://phoenixforge.cs.uchicago.edu/svn/haizea/trunk
48
</pre>
49

    
50
<p>You can also <a href="https://phoenixforge.cs.uchicago.edu/repositories/show/haizea">browse our SVN repository</a> at PhoenixForge.</p>
51

    
52
<p>To keep track of commmits, you can subscribe to the <a href="https://mailman.cs.uchicago.edu/mailman/listinfo/haizea-commit">haizea-commit mailing list</a> to get an e-mail notification every time there is a commit in the SVN repository.</p>
53

    
54
<h2>Additional tracefiles</h2>
55

    
56
<p>Additional tracefiles, including those used for the experiments in the paper <a href="pubs.html">Combining Batch Execution and Leasing Using Virtual Machines</a> can be found in the SVN repository (under <tt>trunk/traces/</tt>). They are not included in the distributable version of Haizea because of their size. If you have any questions about using these tracefiles, please don't hesitate to <a href="support.html">contact us</a>.</p>
57

    
58

    
59
<div class="back">
60
<a href="index.html">
61
<img src="logo_small.png" width="32" height="35" border="0" alt="haizea"/><br/>
62
BACK TO<br/>HOME PAGE
63
</a>
64
</div>
65
</div>
66

    
67

    
68
</body>
69
</html>