I don't understand the github instalation part of the misp-dashboard.
Before the installation they say to "Update the configuration file config.cfg so that it matches your system "
Then below there is the fields that you may change in this file:
But when i put this port in config.cfg, and when i do ./start_all.sh a new redis server processes is created listening on port 6250 while i've put the 6379 port
Hello,
I don't understand the github instalation part of the misp-dashboard. Before the installation they say to "Update the configuration file config.cfg so that it matches your system " Then below there is the fields that you may change in this file:
In the step just after this one above( Starting the system) they say "Be sure to have running redis server eg.
redis-server --port 6250
"When i look at the
ps -aux | grep "redis-server"
i've already have aredis server
running atport 6379
:But when i put this port in config.cfg, and when i do
./start_all.sh
a new redis server processes is created listening on port6250
while i've put the6379
port