[1846] | 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 | |
---|
[1848] | 30 | <p>Evan Broder and Greg Price |
---|
| 31 | gave <a href="http://cluedumps.mit.edu/wiki/2008/12-09">a talk about |
---|
| 32 | Invirt internals</a> in December 2008; you |
---|
| 33 | can <a href="cluedump.pdf">see the slides</a>.</p> |
---|
| 34 | |
---|
[1846] | 35 | <h2>Getting Invirt</h2> |
---|
| 36 | |
---|
| 37 | <p>Invirt is free software under the GPL. The source repository is in |
---|
| 38 | Subversion:</p> |
---|
| 39 | <blockquote><tt>$ svn co svn://invirt.mit.edu/trunk invirt</tt></blockquote> |
---|
| 40 | |
---|
| 41 | <p>If you're interested in running Invirt in your own environment, |
---|
| 42 | feel free to contact us at <tt>invirt@mit.edu</tt>. It's not yet |
---|
| 43 | straightforward to install; we're working on it, and we're happy |
---|
| 44 | to help you set it up.</p> |
---|
| 45 | |
---|
| 46 | <p>Invirt is based at <a href="http://sipb.mit.edu/">SIPB</a>, the |
---|
| 47 | student computing group at MIT. We welcome new contributors; check |
---|
| 48 | out our <a href="http://bugs.launchpad.net/invirt/+bugs">bug |
---|
| 49 | tracker</a> for an idea of what we're working on now.</p> |
---|
| 50 | |
---|
| 51 | <p>Questions welcome |
---|
| 52 | at <a href="mailto:invirt@mit.edu">invirt@mit.edu</a>.</p> |
---|
| 53 | |
---|
| 54 | </body> |
---|
| 55 | </html> |
---|