AutoMISP
AutoMISP copied to clipboard
automate your MISP installs
-fixed breaking of script due to system package issues
I ran the script and it installed MISP but after a while, the script throws an exception that no matching distribution for pandan==1.2.1. tried some steps from below link but...
Hi, The installation stuck with no errors: I run the script with "root" user. I did not add the root password as required inside; as I used "root".  It...
There is a missing library, which causes a pip install failure: ```py pydeep.c:2:10: fatal error: fuzzy.h: No such file or directory ``` Fix is `apt-get install libfuzzy-dev`
Environment: Ubuntu 18.04.5 LTS (LXC image from Proxmox) Error when installing https://github.com/MISP/misp-modules/blob/main/REQUIREMENTS ``` Collecting opencv-python==4.4.0.44 (from -r REQUIREMENTS (line 56)) Cache entry deserialization failed, entry ignored Using cached https://files.pythonhosted.org/packages/38/a9/cd39fd25df434b5d9451dc266c12b72f68282a2b9bd5d7b4aa2d57d6c20e/opencv-python-4.4.0.44.tar.gz Complete...
During the installation of "Extra MISP packages", the following pip error occurred. I worked around this by installing `scikit-build` in a step previous ```diff print_status "Installing MISP extra modules.." cd...
Executing the install script as root produces this message/prompt in the log, causing the script to freeze mod-installation. ~~Is there a `phar install --force`?~~ Looks like there is no --force...
install the script with no issues but I can't access the web interface. Any tips? I changed the baseurl with no dice.
There was an issue installing using the script on latest Ubuntu-18.04.4 which was complaining for missing fuzzy.h. adding libfuzzy-dev via apt-get solved the issue.
Hello Team, Im running the automated script on ubuntu 18.4 VM. Everyhting runs file but in the ned it gives me an error " MISP module requirement installation failed. Please...