Downloading Our Source Code
The code behind the Bytemark Virtual Hosting packages is stored in a publically accessible Mercurial repository.
You may clone a copy via the following command:
hg clone http://src.bytemark.co.uk/bytemark-vhost/
Building The Packages
To build the packages on a Debian Etch system should be a matter of entering the directory to which you've downloaded the code, then running a couple of simple commands:
cd bytemark-vhost/ make all
Alternatively you may build just a single package by entering the relevant directory, and building it directly:
cd bytemark-vhost/ cd apache debuild -sa
