The helper file contained within this repository (vdat.sh) aims to provide access to Innovasea's VDAT executable via a Docker container. This allows users to run VDAT on macOS and Linux systems, where it is not natively supported.
- Download Fathom Connect from Innovasea's Download page.
- Download the
vdat.shscript from this repository into the same directory. - Install Docker
- Open a terminal and pull the VDAT Docker image:
docker pull ghcr.io/trackyverse/vdat:latest - In the terminal, navigate to the directory where you downloaded the Fathom Connect installer and
vdat.shscript. - Make the helper script executable:
chmod +x vdat.sh - Run the helper script with the Fathom Connect installer as an argument:
./vdat.sh Fathom_Installer.msi. This will extractvdat.exefrom the installer and place it in the same directory.
You can now run VDAT using the helper script. For example, to see the available commands, run: ./vdat.sh --help.