You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pd...@apache.org on 2015/04/09 02:21:20 UTC

[51/55] cloudstack-docs-install git commit: fix formating

fix formating


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/38af225f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/38af225f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/38af225f

Branch: refs/heads/master
Commit: 38af225fc78cead73c4430fa887f648c6ee0d661
Parents: 08ffabf
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Mon Apr 6 01:02:08 2015 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Mon Apr 6 01:02:08 2015 -0400

----------------------------------------------------------------------
 source/management-server/_pkg_repo.rst     | 64 ++++++++++++-------------
 source/management-server/_prerequisite.rst |  4 +-
 2 files changed, 34 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/38af225f/source/management-server/_pkg_repo.rst
----------------------------------------------------------------------
diff --git a/source/management-server/_pkg_repo.rst b/source/management-server/_pkg_repo.rst
index 19d5b4f..03eb88c 100644
--- a/source/management-server/_pkg_repo.rst
+++ b/source/management-server/_pkg_repo.rst
@@ -35,58 +35,58 @@ the `downloads <http://cloudstack.apache.org/downloads.html>`_ page.
 RPM package repository
 ~~~~~~~~~~~~~~~~~~~~~~
 
-   There is a RPM package repository for CloudStack so you can easily
-   install on RHEL based platforms.
+There is a RPM package repository for CloudStack so you can easily
+install on RHEL based platforms.
 
-   If you're using an RPM-based system, you'll want to add the Yum
-   repository so that you can install CloudStack with Yum.
+If you're using an RPM-based system, you'll want to add the Yum
+repository so that you can install CloudStack with Yum.
 
-   Yum repository information is found under ``/etc/yum.repos.d``. You'll
-   see several ``.repo`` files in this directory, each one denoting a
-   specific repository.
+Yum repository information is found under ``/etc/yum.repos.d``. You'll
+see several ``.repo`` files in this directory, each one denoting a
+specific repository.
 
-   To add the CloudStack repository, create
-   ``/etc/yum.repos.d/cloudstack.repo`` and insert the following
-   information.
+To add the CloudStack repository, create
+``/etc/yum.repos.d/cloudstack.repo`` and insert the following
+information.
 
-   .. sourcecode:: bash
+.. sourcecode:: bash
 
-      [cloudstack]
-      name=cloudstack
-      baseurl=http://cloudstack.apt-get.eu/rhel/4.5/
-      enabled=1
-      gpgcheck=0
+   [cloudstack]
+   name=cloudstack
+   baseurl=http://cloudstack.apt-get.eu/rhel/4.5/
+   enabled=1
+   gpgcheck=0
 
-   Now you should be able to install CloudStack using Yum.
+Now you should be able to install CloudStack using Yum.
 
 
 DEB package repository
 ~~~~~~~~~~~~~~~~~~~~~~
 
-   You can add a DEB package repository to your apt sources with the
-   following commands. Please note that only packages for Ubuntu 12.04 LTS
-   (precise) are being built at this time.
+You can add a DEB package repository to your apt sources with the
+following commands. Please note that only packages for Ubuntu 12.04 LTS
+(precise) are being built at this time.
 
-   Use your preferred editor and open (or create)
-   ``/etc/apt/sources.list.d/cloudstack.list``. Add the community provided
-   repository to the file:
+Use your preferred editor and open (or create)
+``/etc/apt/sources.list.d/cloudstack.list``. Add the community provided
+repository to the file:
 
-   .. sourcecode:: bash
+.. sourcecode:: bash
 
-      deb http://cloudstack.apt-get.eu/ubuntu precise 4.5
+   deb http://cloudstack.apt-get.eu/ubuntu precise 4.5
 
-   We now have to add the public key to the trusted keys.
+We now have to add the public key to the trusted keys.
 
-   .. sourcecode:: bash
+.. sourcecode:: bash
 
-      sudo wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -
+   sudo wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -
 
-   Now update your local apt cache.
+Now update your local apt cache.
 
-   .. sourcecode:: bash
+.. sourcecode:: bash
 
-      sudo apt-get update
+   sudo apt-get update
 
-   Your DEB package repository should now be configured and ready for use.
+Your DEB package repository should now be configured and ready for use.
 
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/38af225f/source/management-server/_prerequisite.rst
----------------------------------------------------------------------
diff --git a/source/management-server/_prerequisite.rst b/source/management-server/_prerequisite.rst
index 5264a93..494bfe0 100644
--- a/source/management-server/_prerequisite.rst
+++ b/source/management-server/_prerequisite.rst
@@ -13,8 +13,8 @@
    specific language governing permissions and limitations
    under the License.
 
-Management Server Installation Overview
----------------------------------------
+Overview
+--------
 
 This section describes installing the Management Server. There are two
 slightly different installation flows, depending on how many Management