import invirt.mit.edu web page and CSS
[invirt/scripts/invirt.mit.edu.git] / index.html
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html>
5 <head><title>Invirt</title>
6   <link href="static/favicon.ico" type="image/x-icon" rel="shortcut icon">
7   <link rel="stylesheet" href="static/style.css" type="text/css" />
8   <link rel="stylesheet" href="static/layout.css" type="text/css" media="screen" />
9 </head>
10 <body id="body">
11
12 <h1>Invirt</h1>
13
14 <p>Invirt is free software for managing Xen virtual machines.  Invirt
15 powers the <a href="http://xvm.mit.edu/">xvm.mit.edu</a> service at
16 MIT.</p>
17
18 <h2>Invirt Features</h2>
19 <ul>
20 <li>Management of VMs over the Web</li>
21 <li>Both hardware virtualization and paravirtualization</li>
22 <li>Installation of any OS with a boot CD</li>
23 <li>A three-minute automated Debian and Ubuntu installer</li>
24 <li>Secure VNC console access via a Java applet</li>
25 <li>Secure serial console access over SSH</li>
26 <li>Authentication by Kerberos and by client Web certs or SPNEGO</li>
27 <li>Authorization lists by AFS (optional)</li>
28 </ul>
29
30 <h2>Getting Invirt</h2>
31
32 <p>Invirt is free software under the GPL.  The source repository is in
33 Subversion:</p>
34   <blockquote><tt>$ svn co svn://invirt.mit.edu/trunk invirt</tt></blockquote>
35
36 <p>If you're interested in running Invirt in your own environment,
37 feel free to contact us at <tt>invirt@mit.edu</tt>.  It's not yet
38 straightforward to install; we're working on it, and we're happy
39 to help you set it up.</p>
40
41 <p>Invirt is based at <a href="http://sipb.mit.edu/">SIPB</a>, the
42 student computing group at MIT.  We welcome new contributors; check
43 out our <a href="http://bugs.launchpad.net/invirt/+bugs">bug
44 tracker</a> for an idea of what we're working on now.</p>
45
46 <p>Questions welcome
47 at <a href="mailto:invirt@mit.edu">invirt@mit.edu</a>.</p>
48
49 </body>
50 </html>