mirror of https://github.com/MISP/misp-modules
parent
e2988e88ca
commit
ff3e37ee14
|
@ -31,9 +31,8 @@ cd /usr/local/src/
|
||||||
sudo git clone https://github.com/MISP/misp-modules.git
|
sudo git clone https://github.com/MISP/misp-modules.git
|
||||||
cd misp-modules
|
cd misp-modules
|
||||||
sudo pip3 install -r REQUIREMENTS
|
sudo pip3 install -r REQUIREMENTS
|
||||||
sudo python3 setup.py build
|
sudo pip3 install .
|
||||||
sudo python3 setup.py install
|
sudo vi /etc/rc.local, add this line: `sudo -u www-data misp-modules -s`
|
||||||
sudo vi /etc/rc.local, add this line: `sudo -u www-data /usr/bin/python3 /usr/local/src/misp-modules/bin/misp-modules`
|
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
## How to add your own MISP modules?
|
## How to add your own MISP modules?
|
||||||
|
|
Loading…
Reference in New Issue