update: updated readme

pull/15/head
Sami Mokaddem 2017-12-04 14:01:06 +01:00
parent 43c4895d3b
commit 25f50fb8df
1 changed files with 7 additions and 0 deletions

View File

@ -12,9 +12,16 @@ An experimental dashboard showing live data and statistics from the ZMQ of one o
- RedisGlobal -> misp_web_url
- RedisMap -> pathMaxMindDB
# Updating by pulling
- Re-launch ```./install_dependencies.sh``` to fetch new required dependencies
- Re-update your configuration file ```config.cfg```
# Starting the System
- 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```
- Access the interface at ```http://localhost:8001/```