Express VDT installation guide (for experts only)
# Create a directory for VDT
mkdir vdt
cd vdt
# Get pacman
wget http://physics.bu.edu/pacman/sample_cache/tarballs/pacman-3.28.tar.gz
# Install pacman
tar xzf pacman-3.28.tar.gz
cd pacman-3.28
. setup.sh
cd ..
# Install any one or more of the VDT packages with pacman
pacman -get http://vdt.cs.wisc.edu/vdt_200_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