%BOOK_ENTITIES; ]>
Building DEB packages In addition to the bootstrap dependencies, you'll also need to install a few other dependencies by issuing the following commands: # apt-get update $ apt-get install debhelper openjdk-6-jdk tomcat6 libws-commons-util-java genisoimage python-mysqldb While we have defined, and you have presumably already installed the bootstrap prerequisites, there are a number of build time prerequisites that need to be resolved. &PRODUCT; uses maven for dependency resolution. You can resolve the buildtime depdencies for CloudStack by running the following command: $ mvn -P deps Now that we have resolved the dependencies we can move on to building &PRODUCT; and packaging them into DEBs by issuing the following command. # dpkg-buildpackage
Setting up an APT repo TBD
Configuring your machines to use the APT repository Now that we have created the repository, you need to configure your machine to make use of the APT repository. We do that by issuing the following commands: $ echo "deb http://url.to/apt/repo $(lsb_release -s -c) 4.0" > /etc/apt/sources.list.d/cloudstack.list # apt-get update