- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
01-23-2018 07:50 AM
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.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!