mirror of https://github.com/MISP/misp-book
Merge pull request #142 from wotschel/patch-1
Hint to error log and python redis installationpull/144/head
commit
5ca686de48
|
@ -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