From d6e88104664b4cc9f292318a46bf50c420f2040c Mon Sep 17 00:00:00 2001 From: "A. Cristallo" Date: Wed, 14 Mar 2018 18:49:57 +0100 Subject: [PATCH] (A very very little edit) ```&``` for background execution (just like the *.py following) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd629a8..fe50278 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ An experimental dashboard showing live data and statistics from the ZMQ of one o /!\ You do not need to run it as root. Normal privileges are fine. - Be sure to have a running redis server - - e.g. ```redis-server --port 6250``` + - e.g. ```redis-server --port 6250 &``` - Activate your virtualenv ```. ./DASHENV/bin/activate``` - Listen to the MISP feed by starting the zmq_subscriber ```./zmq_subscriber.py &``` - Start the dispatcher to process received messages ```./zmq_dispatcher.py &```