I can give you the instruction on how i've installed it, hope it helps and we may catch something we were missing 🙂
Download Ubuntu from http://releases.ubuntu.com/14.04/ and install.
Do and sudo apt update && sudo apt upgrade. Rebooted after this, but that may be some Windows conditioning.
Make sure you don't start to installing it with a user named MineMeld, but just take your name for example.
sudo apt-get update
sudo apt-get upgrade # optional
sudo apt-get install -y gcc git python2.7-dev libffi-dev libssl-dev make
wget https://bootstrap.pypa.io/get-pip.py
sudo -H python get-pip.py
sudo -H pip install ansible
git clone https://github.com/PaloAltoNetworks/minemeld-ansible.git
cd minemeld-ansible
ansible-playbook -K -i 127.0.0.1, local.yml
Had a working dashboard from this point forward. Hope this helps
... View more