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

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

View File

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