From 43bd3c3a171199a1e7c9eee37ca613b19d205791 Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Sun, 21 Oct 2012 09:30:09 -0500 Subject: [PATCH] Added generic Yum docs. --- docs/en-US/configure-package-repository.xml | 33 ++++++++++++++++----- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml index 6e5f349482a..718b3ff5272 100644 --- a/docs/en-US/configure-package-repository.xml +++ b/docs/en-US/configure-package-repository.xml @@ -25,21 +25,24 @@
Configure package repository &PRODUCT; is only distributed from source from the official mirrors. - If you didn't follow the steps to build your own packages from source - in the sections for or - you can find pre-build - DEB and RPM packages for your convience by third-parties. + However, members of the CloudStack community may build convenience binaries + so that users can install Apache CloudStack without needing to build from + source. - When installing &PRODUCT; it is recommended you use these package - repositories for easy installation. + If you didn't follow the steps to build your own packages from source + in the sections for or + you may find pre-built + DEB and RPM packages for your convience linked from the + downloads + page. These repositories contain both the Management Server and KVM Hypervisor packages.
DEB package repository - You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04.1 LTS (precise) are being build. + You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04 LTS (precise) are being build. Use your preferred editor and open (or create) /etc/apt/sources.list.d/cloudstack. Add the community provided repository to the file: deb http://cloudstack.apt-get.eu/ubuntu precise 4.0 We now have to add the public key to the trusted keys. @@ -50,6 +53,20 @@
RPM package repository - TODO + 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. + To add the CloudStack repository, visit the downloads page for the repository information. It will look something like this: + +[cloudstack] +name=cloudstack +baseurl=http://server.url/downloads/rpm/stable/ +enabled=1 +gpgcheck=1 + + 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.