From 6eb2fcc0643e856a45f6bfb96d370f0f674f668b Mon Sep 17 00:00:00 2001 From: Jessica Tomechak Date: Wed, 17 Oct 2012 12:39:30 -0700 Subject: [PATCH] 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. --- 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, 42 insertions(+), 12 deletions(-) create mode 100644 docs/en-US/build-packages.xml diff --git a/docs/en-US/build-packages.xml b/docs/en-US/build-packages.xml new file mode 100644 index 00000000000..0e09267542c --- /dev/null +++ b/docs/en-US/build-packages.xml @@ -0,0 +1,31 @@ + + +%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 4907ce08e1c..eee1b6fb131 100644 --- a/docs/en-US/configure-package-repository.xml +++ b/docs/en-US/configure-package-repository.xml @@ -23,23 +23,21 @@ -->
- 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. - + 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. 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 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 (precise) are being + built. 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 33bcac9c85b..5d9d663c3a3 100644 --- a/docs/en-US/management-server-install-flow.xml +++ b/docs/en-US/management-server-install-flow.xml @@ -26,6 +26,7 @@ Management Server Installation +