sudo issue while installing mixbox

sudo -u www-data [#83 and #85]
sudo [#86]
Tested on Ubuntu Server x64 16.04.4 LTS
pull/2992/head
x41\x43 2018-03-02 11:35:52 +01:00 committed by GitHub
parent c574b40527
commit c6ec583c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -80,10 +80,10 @@ sudo python setup.py install
# install mixbox to accomodate the new STIX dependencies:
cd /var/www/MISP/app/files/scripts/
git clone https://github.com/CybOXProject/mixbox.git
sudo -u www-data git clone https://github.com/CybOXProject/mixbox.git
cd /var/www/MISP/app/files/scripts/mixbox
git checkout v1.0.2
python setup.py install
sudo -u www-data git checkout v1.0.2
sudo python setup.py install
4/ CakePHP
-----------