Current version

The most current version of vmm is 0.5.2, released on 09 September 2009.

Downloading vmm

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.5.2.tar.gz. This will create the new directory vmm-0.5.2 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 (vmm-0.5.2.tar.gz.sig) too. The signature can be verified using GPG or PGP. For example to check the signature of the archive vmm-0.5.2.tar.gz you can execute this command:
gpg --verify vmm-0.5.2.tar.gz.sig

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

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.5.2 vmm-0.5.2. This will put the files into the new created directory vmm-0.5.2.

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


InstallationPrerequisites

PreparingPostgreSQL


CategoryInstallation

VMMWiki: DownloadingVMM (last edited 2010-01-02 13:03:31 by PascalVolk)

SourceForge.net Logo