%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. 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. 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