summaryrefslogtreecommitdiffstats
path: root/genome-site-1.0.0/content/index.php
blob: 2fef4f2175d24003c344dafd7214ffb255d41007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<? include("header.php") ?>
  <div id="body">
<? include("menu.php") ?>
<div id="wrapper">
  <div id="content">
      <div id="inner">
		<h1>Genome: IT Evolved.</h1>
		<p class="pintro">Genome makes building intrastructure in a cloud computing environment easy.  Genome is a set of light weight tools that use Cobbler, Puppet, and Xen to provide developers and system administrators an easy way to initiate provisioning and system configuration of I.T. systems.</p>
		<p></p>
		<h2>Genome is:</h2>
		<ul>
			<li>A set of tools that integrate world class open source products so that developer solutions can automatically be deployed into production</li>
			<li>A set of tools that capture deployed solutions so that they can be reused by other teams</li>
			<li>An open source project that allows a community of our partners and customers to collaborate with us on those solutions</li>
		</ul>
		<h2>Genome goals:</h2>
		<ul>
			<li>Consistently configure systems throughout the software development lifecycle, including production</li>
			<li>Provide a consistent disaster recovery solution for system configuration</li>
			<li>Enable large scale parallel developement of infrastructure systems</li>
		</ul>
		<h2>Genome uses:</h2>
		<ul>
			<li>Cobbler - for OS provisioning and system profile management</li>
			<li>Func - for remote control of cloud based machines</li>
			<li>Puppet - for constent system configuration</li>
		</ul>
     </div>  
  </div>
</div>
<? include("footer.php") ?>