diff --git a/www/project-install-guide/draft/index.html b/www/project-install-guide/draft/index.html index da6160e04e..2a1079cde9 100644 --- a/www/project-install-guide/draft/index.html +++ b/www/project-install-guide/draft/index.html @@ -1,5 +1,6 @@ {% set scriptdir = '../../common/js/' %} {% set cssdir = '../../common/css/' %} +{% set imagedir = '../../common/images/' %} {% extends "templates/base.tmpl" %} {% block pagetitle %}Draft Installation Tutorials and Guides{% endblock %} {% block title %} @@ -7,167 +8,133 @@ {% endblock %} {% block content %} + +

Draft Installation Tutorials and Guides

-

The following tutorials and guides support basic installation - of core and optional OpenStack services on variants of - Debian with debconf, Debian, Red Hat, SUSE, and Ubuntu - distributions. A minimal deployment necessary to launch a simple - instance (VM) requires following the core content. - Optional content augments a minimal deployment with - additional services.

-

This is documentation in progress for the next release.

+
+ + NOTE: This is documentation in progress for the next release. + +
+

+ These guides cover installation procedures for OpenStack + services. Select your preferred operating system for a manual + installation tutorial of core services (Identity, Image, + Compute, Networking, and Block Storage , and + the Dashboard service). Once you have the core services + installed, select from the optional services for more + installation guides. +

+

+ OpenStack services can be installed on Debian, either + manually or using debconf, Red Hat, SUSE, and Ubuntu + distributions. Installing only the core services will + provide a minimal deployment necessary to launch an + instance with minimal/default configuration. Optional + content augments a minimal deployment with additional + services. +

+

+ If you would prefer to install OpenStack using an automated + tool, see the Draft Deployment Guides.

-
-
- +
+
+
+
+ +
+
+ Debian 8 with debconf +
+
+ Install core and optional OpenStack services on a + Debian 8 system, using the debconf installation tool. +
+
+ +
+
-
- +
+
+
+ +
+
+ Debian 8 +
+
+ Install core and optional OpenStack services on a + Debian 8 system, using a manual installation + method. +
+
+ +
+
+
+
+
+
+ +
+
+ openSUSE +
+
+ Install core and optional OpenStack services on an + openSUSE system, using a manual installation + method. +
+
+ +
+
+
+
+
+
+ +
+
+ Red Hat Enterprise Linux 7 and CentOS +
+
+ Install core and optional OpenStack services on a + Red Hat Enterprise Linux 7 or CentOS system, + using a manual installation method. +
+
+ +
+
+
+
+
+
+ +
+
+ Ubuntu +
+
+ Install core and optional OpenStack services on an + Ubuntu system, using a manual installation + method. +
+
+ +
+
@@ -177,6 +144,18 @@
+
- +
+ + {% endblock content %} diff --git a/www/static/common/css/styles.css b/www/static/common/css/styles.css index d89f7c45a1..97cf1bd942 100644 --- a/www/static/common/css/styles.css +++ b/www/static/common/css/styles.css @@ -4,6 +4,48 @@ * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ +/* css for project-install-guide newton */ +.logo-box{ + height:170px; +} +.os-box{ + border-radius: 4px 4px 4px 4px; + border:1px solid black; + margin-left: 2%; + margin-right: 2%; + margin-bottom: 12%; + display: inline-table; + overflow-y:auto; +} +.os-logo{ + display:block; + margin:auto; + padding: 2.5%; + padding-top:5%; + height:100%; +} +.os-name{ + padding: 2.5%; + padding-left: 5%; + padding-right: 5%; + font-weight: bold; + margin-top:10%; + height:40px; +} +.os-description{ + padding: 2.5%; + padding-left: 5%; + padding-right: 5%; + height:100px; +} +.os-button{ + padding: 2.5%; + text-align: right; + width:100%; +} +.go-button{ + border-radius: 4px 4px 4px 4px; +} body, html { width: 100%; @@ -1330,4 +1372,4 @@ ul#developerActivity li span { font-size: 11px; font-weight: 400; } -/*End Community Page*/ \ No newline at end of file +/*End Community Page*/ diff --git a/www/static/common/images/OpenSUSE_Logo.svg b/www/static/common/images/OpenSUSE_Logo.svg new file mode 100644 index 0000000000..f0531961fc --- /dev/null +++ b/www/static/common/images/OpenSUSE_Logo.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/static/common/images/centos-logo-light-vertical.svg b/www/static/common/images/centos-logo-light-vertical.svg new file mode 100644 index 0000000000..7db6aabdfb --- /dev/null +++ b/www/static/common/images/centos-logo-light-vertical.svg @@ -0,0 +1,165 @@ + + + + + The CentOS Logo Vertical Version + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/static/common/images/cof_orange_hex.png b/www/static/common/images/cof_orange_hex.png new file mode 100644 index 0000000000..7484308cc8 Binary files /dev/null and b/www/static/common/images/cof_orange_hex.png differ diff --git a/www/static/common/images/openlogo-100.png b/www/static/common/images/openlogo-100.png new file mode 100644 index 0000000000..ad91af7f1a Binary files /dev/null and b/www/static/common/images/openlogo-100.png differ