diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml new file mode 100644 index 00000000000..ef558ecc79e --- /dev/null +++ b/docs/en-US/configure-package-repository.xml @@ -0,0 +1,43 @@ + + +%BOOK_ENTITIES; +]> + + + +
+ Configure package repository + &PRODUCT; is only distributed from source from the official mirrors. DEB and RPM packages are however build for your convience by third-parties + When installing &PRODUCT; it is recommended you use these package repositories for easy installation. +
+ DEB package repository + You can add a DEB package repository to your apt sources with the following commands. + 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 - + Now update your local apt-cache. + apt-get update + Your DEB package repository should now be configured and ready for use. +
+
+ RPM package repository + TODO +
+
\ No newline at end of file diff --git a/docs/en-US/hypervisor-host-install-flow.xml b/docs/en-US/hypervisor-host-install-flow.xml index 74668c8f423..32af841d632 100644 --- a/docs/en-US/hypervisor-host-install-flow.xml +++ b/docs/en-US/hypervisor-host-install-flow.xml @@ -26,6 +26,7 @@ Hypervisor Host installation + diff --git a/docs/en-US/hypervisor-host-install-overview.xml b/docs/en-US/hypervisor-host-install-overview.xml index 187abea8e4e..3e7cca53d02 100644 --- a/docs/en-US/hypervisor-host-install-overview.xml +++ b/docs/en-US/hypervisor-host-install-overview.xml @@ -30,6 +30,7 @@ The procedure for installing the Hypervisor Host is: Prepare the Operating System + Configure the DEB / RPM repository Install and configure libvirt Configure Security Policies (AppArmor and SELinux) Install and configure the Agent