From 600a3f11925633485ae60b7f1f09309146dc626d Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Fri, 19 Jan 2018 23:37:18 +0100 Subject: [PATCH] Start scripts in background --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64084e1..2c12c3e 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ An experimental dashboard showing live data and statistics from the ZMQ of one o - Be sure to have a running redis server - e.g. ```redis-server -p 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``` -- Start the Flask server ```./server.py``` +- Listen to the MISP feed by starting the zmq_subscriber ```./zmq_subscriber.py &``` +- Start the dispatcher to process received messages ```./zmq_dispatcher.py &``` +- Start the Flask server ```./server.py &``` - Access the interface at ```http://localhost:8001/``` # Debug