Update README.md

pull/71/merge
Raphaël Vinot 2016-11-29 13:49:00 +01:00 committed by GitHub
parent 79a0b9e667
commit 1e303b7af5
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ sudo apt-get install python3-dev python3-pip libpq5
cd /usr/local/src/
sudo git clone https://github.com/MISP/misp-modules.git
cd misp-modules
sudo pip3 install --upgrade -r REQUIREMENTS
sudo pip3 install --upgrade .
sudo pip3 install -I -r REQUIREMENTS
sudo pip3 install -I .
sudo vi /etc/rc.local, add this line: `sudo -u www-data misp-modules -s &`
~~~~