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 2012/11/05 10:29:06 UTC

[3/3] git commit: docs: Add RPM repository

docs: Add RPM repository

The RPM packages are now also hosted on cloudstack.apt-get.eu

By adding this to the docs it makes life easier for people when installing.

Also replaced CloudStack by &PRODUCT; a couple of times


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

Branch: refs/heads/master
Commit: fb08e8b7e4a66171999865c5d111df27f94bd553
Parents: f940c56
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Mon Nov 5 10:21:43 2012 +0100
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Mon Nov 5 10:21:43 2012 +0100

----------------------------------------------------------------------
 docs/en-US/configure-package-repository.xml |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fb08e8b7/docs/en-US/configure-package-repository.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml
index 81df446..268387d 100644
--- a/docs/en-US/configure-package-repository.xml
+++ b/docs/en-US/configure-package-repository.xml
@@ -53,21 +53,17 @@
     </section>
     <section id="configure-package-repository-rpm">
         <title>RPM package repository</title>
-        <para>We expect that CloudStack will have a Yum repository with packages for supported RPM-based systems on or near the 4.0.0-incubating release.</para>
-        <para>If you're using an RPM-based system, you'll want to add the Yum repository so that you can install CloudStack with Yum.</para>
+        <para>There is a RPM package repository for &PRODUCT; so you can easily install on RHEL based platforms.</para>
+        <para>If you're using an RPM-based system, you'll want to add the Yum repository so that you can install &PRODUCT; with Yum.</para>
         <para>Yum repository information is found under <filename>/etc/yum.repos.d</filename>. You'll see several <filename>.repo</filename> files in this directory, each one denoting a specific repository.</para>
-        <para>To add the CloudStack repository, visit the <ulink url="http://incubator.apache.org/cloudstack/downloads.html">downloads page</ulink> for the repository information. It will look something like this:</para>
+        <para>To add the &PRODUCT; repository, create <filename>/etc/yum.repos.d/cloudstack.repo</filename> and insert the following information.</para>
         <programlisting>
 [cloudstack]
 name=cloudstack
-baseurl=<replaceable>http://server.url/downloads/rpm/stable/</replaceable>
+baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.0/</replaceable>
 enabled=1
-gpgcheck=1
+gpgcheck=0
         </programlisting>
-        <para>Next you'll want to add the GPG key:</para>
-<screen>
-<command>$ rpm --import http://server.url/downloads/RPM-GPG-KEY.txt</command>
-</screen>
         <para>Now you should be able to install CloudStack using Yum.</para>
     </section>
 </section>