From 5b27f28f22abb1053c67c87274b522e7b5c4db25 Mon Sep 17 00:00:00 2001 From: Jessica Tomechak Date: Wed, 17 Oct 2012 13:50:16 -0700 Subject: [PATCH] Revert "Docs: Add the sections on building from code to the Install Guide. The files were contributed, but never included in the book. This caused a build error as well as missing information." This reverts commit c8e90158a08beba9b4f54c1acb38ff3f93914abf. --- docs/en-US/build-packages.xml | 31 ------------------- docs/en-US/configure-package-repository.xml | 22 +++++++------ docs/en-US/management-server-install-flow.xml | 1 - 3 files changed, 12 insertions(+), 42 deletions(-) delete mode 100644 docs/en-US/build-packages.xml diff --git a/docs/en-US/build-packages.xml b/docs/en-US/build-packages.xml deleted file mode 100644 index 0e09267542c..00000000000 --- a/docs/en-US/build-packages.xml +++ /dev/null @@ -1,31 +0,0 @@ - - -%BOOK_ENTITIES; -]> - - - -
- Build Software Packages from Code - Follow these steps to build your own packages from source. Alternatively, you can find a pre-built package - provided by a third party and use the steps in . - - -
diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml index eee1b6fb131..4907ce08e1c 100644 --- a/docs/en-US/configure-package-repository.xml +++ b/docs/en-US/configure-package-repository.xml @@ -23,21 +23,23 @@ -->
- Configure the 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-built DEB and RPM packages provided for your convience by third parties. - When installing &PRODUCT; it is recommended you use these package repositories for easy - installation. + 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. + + + When installing &PRODUCT; it is recommended you use these package + repositories for easy installation. + 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 (precise) are being - built. + 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 (precise) are being build. echo "deb http://cloudstack.apt-get.eu/ubuntu $(lsb_release -s -c) 4.0" > /etc/apt/sources.list.d/cloudstack.list We now have to add the public key to the trusted keys. # wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add - diff --git a/docs/en-US/management-server-install-flow.xml b/docs/en-US/management-server-install-flow.xml index 5d9d663c3a3..33bcac9c85b 100644 --- a/docs/en-US/management-server-install-flow.xml +++ b/docs/en-US/management-server-install-flow.xml @@ -26,7 +26,6 @@ Management Server Installation -