Port option on redis-server

You can specify the port by adding "--port", "-p" doesn't rule. (Checked also on https://redis.io/topics/config)- "-p" is for redis-cli (https://redis.io/topics/rediscli).
pull/41/head
A. Cristallo 2018-03-14 16:56:55 +01:00 committed by GitHub
parent 9e097326e3
commit c7bddf41e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 -p 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 &```