summaryrefslogtreecommitdiffstats
path: root/everest-site-1.0.0
diff options
context:
space:
mode:
Diffstat (limited to 'everest-site-1.0.0')
-rw-r--r--everest-site-1.0.0/content/documentation.php16
-rw-r--r--everest-site-1.0.0/content/index.php6
-rw-r--r--everest-site-1.0.0/content/styles/everest-expansion.pngbin0 -> 61065 bytes
-rw-r--r--everest-site-1.0.0/content/styles/everest-high-level.pngbin0 -> 34730 bytes
-rw-r--r--everest-site-1.0.0/content/styles/everest.css8
-rw-r--r--everest-site-1.0.0/content/styles/generic.css2
6 files changed, 29 insertions, 3 deletions
diff --git a/everest-site-1.0.0/content/documentation.php b/everest-site-1.0.0/content/documentation.php
index 4a0662b..af07448 100644
--- a/everest-site-1.0.0/content/documentation.php
+++ b/everest-site-1.0.0/content/documentation.php
@@ -2,8 +2,20 @@
<? include("header.php") ?>
<div id="body">
<? include("menu.php") ?>
- <div id="content">
- <a href="/docs/everest">Everest Documentation</a>
+ <div id="content">
+ <div id="doc">
+ <h1>Everest Overview</h1>
+ <p>Everest at a high level is just a set of tools that allow you to provision an Everest repository machine, which in turn maintains the configuration of cloud based infrastructure machines.
+ Whether you need a cluster of JBoss Applications Servers, replicated MySQL databases, or an Apache proxy tier, the Everest project allows you to consistently provision and configure entire IT system tiers.
+ Get started with building an Everest based infrastructure! Read the <a href="/docs/everest">Everest Documentation</a>.</p>
+ <h3>Create an isolated infrastructure using the Everest tools</h3>
+ <p>Use the everest tools to create an Everest Repository machine and a cloud of machines to build out an entire IT infrastructure.</p>
+ <p><img src="./styles/everest-high-level.png" border="0" alt="everest high level diagram" /></p>
+ <h3>Setup parallel infrastructure and synchronize later </h3>
+ <p>Multiple Everest repositories can share a cloud of machines. Creating isolated Everest 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/everest-expansion.png" border="0" alt="everest high level diagram" /></p>
+
+ </div>
</div>
</div>
<? include("footer.php") ?>
diff --git a/everest-site-1.0.0/content/index.php b/everest-site-1.0.0/content/index.php
index 6621fd7..ba6a604 100644
--- a/everest-site-1.0.0/content/index.php
+++ b/everest-site-1.0.0/content/index.php
@@ -7,6 +7,12 @@
<h1>Everest makes building intrastructure in a cloud computing environment easy</h1>
<p class="pintro">Everest 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 IT systems.</p>
<p></p>
+ <h2>Everest 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>Everest goals:</h2>
<ul>
<li>Consistently configure systems throughout the software development lifecycle, including production</li>
diff --git a/everest-site-1.0.0/content/styles/everest-expansion.png b/everest-site-1.0.0/content/styles/everest-expansion.png
new file mode 100644
index 0000000..28d85c1
--- /dev/null
+++ b/everest-site-1.0.0/content/styles/everest-expansion.png
Binary files differ
diff --git a/everest-site-1.0.0/content/styles/everest-high-level.png b/everest-site-1.0.0/content/styles/everest-high-level.png
new file mode 100644
index 0000000..3c2524b
--- /dev/null
+++ b/everest-site-1.0.0/content/styles/everest-high-level.png
Binary files differ
diff --git a/everest-site-1.0.0/content/styles/everest.css b/everest-site-1.0.0/content/styles/everest.css
index 4e48e71..eb860d9 100644
--- a/everest-site-1.0.0/content/styles/everest.css
+++ b/everest-site-1.0.0/content/styles/everest.css
@@ -336,3 +336,11 @@ head:first-child+body #projects dl {
dd {
padding-bottom: 1em;
}
+
+#doc p{
+ padding-top: 1em;
+}
+
+#doc h3{
+ padding-top: 2em;
+}
diff --git a/everest-site-1.0.0/content/styles/generic.css b/everest-site-1.0.0/content/styles/generic.css
index b570023..d21336c 100644
--- a/everest-site-1.0.0/content/styles/generic.css
+++ b/everest-site-1.0.0/content/styles/generic.css
@@ -7,7 +7,7 @@ body {
width:100%;
color: #777;
font-family: Verdana,Arial,Helvetica,sans-serif;
- font-size:76%;
+ font-size:14px;
}
p, ul, ol, dl {