summaryrefslogtreecommitdiffstats
path: root/genome-site/content/screenshots.php
blob: b9e853b3eb14f6065f33eada20a8fcc209eb917b (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
<!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="content">
        <div id="inner">
	    <div id="doc">
		<h2>Screenshots</h2>
		<p>
			<ul class="screenshots">
				<li><span class="screenshot-desc">The Cloud web interface (http://[CLOUD_SERVER]/cloud/status.html)</span><a href="styles/Cloudmaster_large.png" ><img src="./styles/Cloudmaster_small.png" /></a></li>
				<li><span class="screenshot-desc">The Genome nodes web interface (http://[GENOME_SERVER/genome/nodes.html])</span><a href="styles/Genomed_nodes_large.png" ><img src="./styles/Genomed_nodes_small.png" /></a></li>
				<li><span class="screenshot-desc">The Genome node web interfaace (http://[GENOME_SERVER/genome/nodes/[MACHINE_NAME].html])</span><a href="styles/Genomed_node_large.png" ><img src="./styles/Genomed_node_small.png" /></a></li>
			</ul>
		</p>
		<h3>Create an isolated infrastructure using the Genome tools</h3>
                <p>Use the genome tools to create an Genome Repository machine and a cloud of machines to build out an entire IT infrastructure.</p>
		<p><img src="./styles/genome-high-level.png" border="0" alt="genome high level diagram" /></p>
		<h3>Setup parallel infrastructure and synchronize later </h3>
		<p>Multiple Genome repositories can share a cloud of machines.  Creating isolated Genome repositories allows a team to isolate their changes from others and then later synchronize changes when features are ready to merge.</p>
		<p><img src="./styles/genome-expansion.png" border="0" alt="genome high level diagram" /></p>
    	    
	      </div>
        </div>
    </div>
  </div>
<? include("footer.php") ?>