Skip to content

Additional Prerequisites for VMware

Ryan Parman edited this page May 28, 2018 · 2 revisions

If you are building a Vagrant box for VMware Desktop (Fusion or Workstation), you need to follow these steps first.

  1. Install ovftool from VMware. This is required in order to convert the image that AWS provides (for VMware ESX/ESXi Server) into a format that is compatible with VMware for Desktop.

  2. After installation, you may need to add ovftool to your $PATH.

    export PATH="/Applications/VMware OVF Tool":$PATH
  3. From the root of the repository, run fetch-vmware-image.sh.

    ./fetch-vmware-image.sh
Clone this wiki locally