Bare Metal installation
This was tested on Ubuntu 18.04 and 20.04
Optional: Lamp Stack
sudo apt-get update sudo apt-get install lamp-server^ sudo apt-get install php-curl sudo apt-get install phpmyadmin sudo ln -s /usr/share/phpmyadmin/ /var/www/html/phpmyadmin sudo apt-get install git sudo /etc/init.d/apache2 restart
Very Important: MRF is currently incompatible with MySQL v8. Make sure you have installed MySQL v7
Mandatory: MRF Dependencies (Python 3 since MRF 7.0)
sudo apt install curl libjpeg8-dev zlib1g-dev python3-dev python3-pip libfuzzy-dev swig libzip-dev zip sudo pip3 install future pyasn1 ssdeep oletools peepdf pillow m2crypto
Docker installation (MRF 7.0)
Optional: Install Docker & Docker Compose
- Follow Docker documentation (Docker engine): https://docs.docker.com/engine/install/ubuntu/
- Follow Docker documentation (Docker compose): https://docs.docker.com/compose/install/