mirror of https://github.com/MISP/misp-book
Hint to error log and python redis installation
parent
481478684b
commit
e30184aaa7
|
@ -32,6 +32,13 @@ Prior to enabling it, make sure that you have the pyzmq installed by running
|
|||
|
||||
~~~~
|
||||
sudo pip install pyzmq
|
||||
sudo pip install redis
|
||||
~~~~
|
||||
|
||||
If you have problems and the plugin does not start, the logfile may be helpful.
|
||||
|
||||
~~~~
|
||||
sudo cat /var/www/MISP/app/tmp/logs/mispzmq.error.log
|
||||
~~~~
|
||||
|
||||
![ZeroMQ configuration](./figures/zmq-config.png)
|
||||
|
|
Loading…
Reference in New Issue