cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who Me Too'd this topic

Minemeld Installation Error - bower install - directory does not exist

L0 Member

Hello! 

My first go at using MineMeld and running in to some issues during installation. Installing on 64bit Ubuntu 16.04 LTS. 


I follow the steps:

$ sudo apt-get update
$ sudo apt-get upgrade # optional
$ sudo apt-get install -y gcc git python-minimal 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

But when I get to kicking off the install/config using the command : 

ansible-playbook -K -e "minemeld_version=master" -i 127.0.0.1, local.yml

I get the following error: 

TASK [minemeld : bower install] **********************************************************************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "bower install --allow-root", "msg": "[Errno 2] No such file or directory", "rc": 2}
        to retry, use: --limit @/root/minemeld-ansible/local.retry

Reviewing the webui file I see the bower install gets it's dirs from different variables that I assume are set during the ansible-playbook command. Is there a directory I can manually create to get through this? I did search the forumns and github but haven't seen anyone else with this issue. 

Who Me Too'd this topic