Update documentation.

Fix https://github.com/MISP/MISP/issues/1424
pull/37/head
Raphaël Vinot 2016-08-09 17:51:20 +02:00
parent e2988e88ca
commit ff3e37ee14
1 changed files with 2 additions and 3 deletions

View File

@ -31,9 +31,8 @@ cd /usr/local/src/
sudo git clone https://github.com/MISP/misp-modules.git
cd misp-modules
sudo pip3 install -r REQUIREMENTS
sudo python3 setup.py build
sudo python3 setup.py install
sudo vi /etc/rc.local, add this line: `sudo -u www-data /usr/bin/python3 /usr/local/src/misp-modules/bin/misp-modules`
sudo pip3 install .
sudo vi /etc/rc.local, add this line: `sudo -u www-data misp-modules -s`
~~~~
## How to add your own MISP modules?