Download

You can download a command-line version of Vlad. It has been tested under both Solaris 8 and Mac OS/X. (I have not done this for Windows, yet. If you get it running, please let me know!)

System Requirements

Installation

  1. Install Graphviz, if you don't already have it.
  2. Download the Vlad distribution file:
  3. Open a terminal window and cd to the directory where you downloaded the jar file. E.g.,
    % cd $HOME/Desktop
  4. Run the installer:
    % java -jar vlad-Install.jar
  5. The installer pops up a dialog that asks for two pieces of information: the path to the Graphviz bin directory, and the path to the directory where you want Vlad installed.

    Enter the two directory paths (either type in or use the file browse buttons), the click "Install VLAD". Note that the directory where you want to install Vlad must already exist. Directory names should not include spaces. Vlad will be installed in a subdirectory named "vlad-version", where "version" is the currect version number.
  6. If the installation is successful, you should see the following dialog:
  7. Test Vlad on the sample. cd to the "vlad-version" subdirectory and type:
    % vlad Sample
  8. If you are setting up Vlad as a CGI application, you must also edit the file CGI.defaults, and set the variables to appropriate values.