chg: Updated documentation

pull/2962/head
iglocska 2018-02-15 01:15:29 +01:00
parent 9cacfac6d7
commit c0228e3f82
1 changed files with 23 additions and 0 deletions

View File

@ -313,6 +313,29 @@ sudo pip install pyzmq
# ZeroMQ depends on the Python client for Redis
sudo pip install redis
# For the experimental ssdeep correlations, run the following installation:
# installing ssdeep
git clone https://github.com/iglocska/php-ssdeep
wget http://downloads.sourceforge.net/project/ssdeep/ssdeep-2.13/ssdeep-2.13.tar.gz
tar zxvf ssdeep-2.13.tar.gz
cd ssdeep-2.13
./configure
make
sudo make install
ssdeep -h # test
#installing ssdeep_php
git clone https://github.com/iglocska/php-ssdeep.git
cd php-ssdeep/
phpize
./configure
make
sudo make install
sudo echo "extension=ssdeep.so" > /etc/php/7.0/mods-available/ssdeep.ini
phpenmod ssdeep
service apache2 restart
Optional features: misp-modules
-------------------------------
# If you want to add the misp modules functionality, follow the setup procedure described in misp-modules: