You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/02/26 15:14:12 UTC

[9/36] git commit: refs/heads/qemu-img - Docs: Fix for CS-1300

Docs: Fix for CS-1300


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b1741654
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b1741654
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b1741654

Branch: refs/heads/qemu-img
Commit: b1741654452218df731720132e37df9d58259ea4
Parents: 1dc25f2
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon Feb 25 14:44:04 2013 -0500
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon Feb 25 14:44:04 2013 -0500

----------------------------------------------------------------------
 docs/en-US/management-server-install-client.xml |   19 +++++++++--------
 1 files changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b1741654/docs/en-US/management-server-install-client.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-client.xml b/docs/en-US/management-server-install-client.xml
index 899e97c..b5329e3 100644
--- a/docs/en-US/management-server-install-client.xml
+++ b/docs/en-US/management-server-install-client.xml
@@ -29,6 +29,16 @@
   </note>
   <para>The &PRODUCT; Management server can be installed using either RPM or DEB packages. These
     packages will depend on everything you need to run the Management server.</para>
+  <section id="management-server-install-rhel">
+    <title>Install on CentOS/RHEL</title>
+    <para>We start by installing the required packages:</para>
+    <programlisting language="Bash">yum install cloud-client</programlisting>
+  </section>
+  <section id="management-server-install-ubuntu">
+    <title>Install on Ubuntu</title>
+    <programlisting language="Bash">apt-get install cloud-client</programlisting>
+  </section>
+
   <section id="vhd-util">
     <title>Downloading vhd-util</title>
     <para>This procedure is required only for installations where XenServer is installed on the
@@ -40,13 +50,4 @@
     <para>If the Management Server is Ubuntu, copy vhd-util to
       /usr/lib/cloud/common/scripts/vm/hypervisor/xenserver.</para>
   </section>
-  <section id="management-server-install-rhel">
-    <title>Install on CentOS/RHEL</title>
-    <para>We start by installing the required packages:</para>
-    <programlisting language="Bash">yum install cloud-client</programlisting>
-  </section>
-  <section id="management-server-install-ubuntu">
-    <title>Install on Ubuntu</title>
-    <programlisting language="Bash">apt-get install cloud-client</programlisting>
-  </section>
 </section>