From 1e91b9b59c8286c8cda47ebebe5e7a3bc3663b31 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Thu, 14 Feb 2019 11:23:09 +0100 Subject: [PATCH] Updated README Added notice about start_all.sh --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e31f8f0..c4c0f56 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ OSError: [Errno 26] Text file busy: '/home/steve/code/misp-dashboard/DASHENV/bin - Start the Flask server ```./server.py &``` - Access the interface at ```http://localhost:8001/``` +Alternatively, you can run the ```start_all.sh``` script to run the commands described above. + # Debug Debug is fun and gives you more details on what is going on when things fail.