doc/web/source/download.rst
author "martin f. krafft" <madduck@debian.org>
Tue, 07 Aug 2012 21:53:41 +0000
changeset 582 605f8c115711
parent 579 be0906181a10
child 626 f151defe7078
permissions -rw-r--r--
Due to the UNION query in address_list, the assumption that the list of gids received from the database would be continuous does not hold. To prevent addresses for domains with multiple entry types from being listed, it is necessary to check the list of domain gids for every entry. Signed-off-by: martin f. krafft <madduck@debian.org> --- VirtualMailManager/common.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

===============
Downloading vmm
===============

Current version
---------------
|curr_vers_rel_date|
|rel_hist|

Download a gzip compressed archive
----------------------------------
vmm could be downloaded from the `download page`_ at `SourceForge`_. To
extract the downloaded archive use ``tar xzf vmm-0.6.0.tar.gz``. This will
create the new directory :file:`vmm-0.6.0` in the current working directory.

Verify the downloaded archive
-----------------------------
If you have downloaded the archive from the download site you can
optionally verify the integrity_ of this archive.
In order to verify the integrity of the archive you have to download the
corresponding signature file (:file:`vmm-0.6.0.tar.gz.sig`) too.
The signature can be verified using GPG_ or PGP_.
For example to check the signature of the archive :file:`vmm-0.6.0.tar.gz`
you can execute this command ``gpg --verify vmm-0.6.0.tar.gz.sig``.

The tarball was signed by Pascal Volk (ID: CEC0904E).
You can fetch the public key from a key server using the command
``gpg --recv-keys 0xCEC0904E``.

Get vmm from the Mercurial repository
-------------------------------------
To get a tagged clone of the current vmm release from the Mercurial_
repository use:
``hg clone http://hg.localdomain.org/vmm/ -r vmm-0.6.0 vmm-0.6.0``.
This will put the files into the new created directory :file:`vmm-0.6.0`.

When you omit the ``-r vmm-0.6.0`` option, you will get the latest changes
from the `vmm repository`_. This code may work for you or not.

.. include:: substitutions.rst
.. include:: ext_references.rst