chg: [doc] default path for virtualenv fixed (matching the original

one previously setup in the documentation)
pull/3844/head
Alexandre Dulaunoy 2018-11-03 08:45:55 +01:00
parent af5795ec08
commit b1ded9d132
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 3 deletions

View File

@ -138,11 +138,11 @@ sudo -u www-data git clone https://github.com/MAECProject/python-maec.git
# install mixbox to accommodate the new STIX dependencies:
sudo -u www-data git clone https://github.com/CybOXProject/mixbox.git
cd ${PATH_TO_MISP}/app/files/scripts/mixbox
sudo -H -u www-data ${PATH_TO_MISP}/venv/bin/pip install .
sudo -H -u www-data ${PATH_TO_MISP}/MISP/venv/bin/pip install .
cd ${PATH_TO_MISP}/app/files/scripts/python-cybox
sudo -H -u www-data ${PATH_TO_MISP}/venv/bin/pip install .
sudo -H -u www-data ${PATH_TO_MISP}/MISP/venv/bin/pip install .
cd ${PATH_TO_MISP}/app/files/scripts/python-stix
sudo -H -u www-data ${PATH_TO_MISP}/venv/bin/pip install .
sudo -H -u www-data ${PATH_TO_MISP}/MISP/venv/bin/pip install .
# install PyMISP
cd ${PATH_TO_MISP}/PyMISP