- some formatting updates

pull/56/head
Steve Clement 2018-04-05 09:49:12 +02:00
parent dba2c4cfed
commit 4f5fe8d9bd
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
# MISP-Dashboard # MISP-Dashboard
An experimental dashboard showing live data and statistics from the ZMQ of one or more MISP instances. An experimental dashboard showing live data and statistics from the ZMQ of one or more MISP instances.
# Installation # Installation
- Launch ```./install_dependencies.sh``` from the MISP-Dashboard directory - Launch ```./install_dependencies.sh``` from the MISP-Dashboard directory
- Update the configuration file ```config.cfg``` so that it matches your system - Update the configuration file ```config.cfg``` so that it matches your system
@ -38,8 +37,7 @@ OSError: [Errno 26] Text file busy: '/home/steve/code/misp-dashboard/DASHENV/bin
``` ```
# Starting the System # Starting the System
:warning: You do not need to run it as root. Normal privileges are fine.
/!\ You do not need to run it as root. Normal privileges are fine.
- Be sure to have a running redis server - Be sure to have a running redis server
- e.g. ```redis-server --port 6250``` - e.g. ```redis-server --port 6250```