fix: add install of stix2 packages to support STIX 2.0 export

pull/2754/head
Alexandre Dulaunoy 2017-12-19 17:38:33 +01:00
parent df577e281a
commit 82da6c5639
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ cd /var/www/MISP/app/files/scripts/mixbox
sudo -u www-data git checkout v1.0.2
sudo python setup.py install
# install support for STIX 2.0 (Python 3 is required)
pip3 install stix2
4/ CakePHP
-----------
# CakePHP is included as a submodule of MISP, execute the following commands to let git fetch it: