Note: This version of the VDT (1.11.0) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.
# Create a directory for VDT mkdir vdt cd vdt # Get pacman wget http://vdt.cs.wisc.edu/software/pacman/3.28-pre-vdt/pacman-3.28-pre-vdt.tar.gz # Install pacman tar zxf pacman-3.28-pre-vdt.tar.gz cd pacman-3.28-pre-vdt . setup.sh cd .. # Install any one or more of the VDT packages with pacman pacman -get http://vdt.cs.wisc.edu/vdt_1110_cache:VDT # Setup the environment (use setup.sh / setup.csh depending on your shell) . setup.sh # Setup your CA Certificates. vdt-ca-manage setupca --location [root|local|<PATH>] --url [vdt|osg|<URL>] More information on vdt-ca-manage