Added documentation changes to avoid a non-compatible cybox installation, fixes #529

- STIX exports were failing when using the master branch of the Cybox Python libraries
- installation guide now forces users to use the last compatible release
pull/541/head
Iglocska 2015-06-06 20:10:44 +02:00
parent f7afb01324
commit 31b99c5ce1
3 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@ cd /var/www/MISP/app/files/scripts
git clone https://github.com/CybOXProject/python-cybox.git
git clone https://github.com/STIXProject/python-stix.git
cd /var/www/MISP/app/files/scripts/python-cybox
git checkout v2.1.0.11
git config core.filemode false
# If you umask is has been changed from the default, it is a good idea to reset it to 0022 before installing python modules
UMASK=$(umask)

View File

@ -54,6 +54,7 @@ cd /var/www/MISP/app/files/scripts
git clone https://github.com/CybOXProject/python-cybox.git
git clone https://github.com/STIXProject/python-stix.git
cd /var/www/MISP/app/files/scripts/python-cybox
git checkout v2.1.0.11
git config core.filemode false
# If you umask is has been changed from the default, it is a good idea to reset it to 0022 before installing python modules
UMASK=$(umask)

View File

@ -47,6 +47,7 @@ cd /var/www/MISP/app/files/scripts
git clone https://github.com/CybOXProject/python-cybox.git
git clone https://github.com/STIXProject/python-stix.git
cd /var/www/MISP/app/files/scripts/python-cybox
git checkout v2.1.0.11
python setup.py install
cd /var/www/MISP/app/files/scripts/python-stix
python setup.py install