Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ECE74DB1F for ; Mon, 5 Nov 2012 09:29:09 +0000 (UTC) Received: (qmail 24482 invoked by uid 500); 5 Nov 2012 09:29:09 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 24394 invoked by uid 500); 5 Nov 2012 09:29:09 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 24168 invoked by uid 99); 5 Nov 2012 09:29:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 09:29:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B5C7352E8A; Mon, 5 Nov 2012 09:29:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: widodh@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: docs: Add RPM repository Message-Id: <20121105092906.B5C7352E8A@tyr.zones.apache.org> Date: Mon, 5 Nov 2012 09:29:06 +0000 (UTC) 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 Authored: Mon Nov 5 10:21:43 2012 +0100 Committer: Wido den Hollander 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 @@
RPM package repository - 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. - If you're using an RPM-based system, you'll want to add the Yum repository so that you can install CloudStack with Yum. + There is a RPM package repository for &PRODUCT; 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 &PRODUCT; 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. - To add the CloudStack repository, visit the downloads page for the repository information. It will look something like this: + To add the &PRODUCT; repository, create /etc/yum.repos.d/cloudstack.repo and insert the following information. [cloudstack] name=cloudstack -baseurl=http://server.url/downloads/rpm/stable/ +baseurl=http://cloudstack.apt-get.eu/rhel/4.0/ enabled=1 -gpgcheck=1 +gpgcheck=0 - Next you'll want to add the GPG key: - -$ rpm --import http://server.url/downloads/RPM-GPG-KEY.txt - Now you should be able to install CloudStack using Yum.