Steve Clement
90543b716a
- Added some checks if "stuff" is running
...
-- ⚠️ This works but is not 100% reliable ⚠️
2018-04-06 07:27:38 +02:00
Steve Clement
dba2c4cfed
- Gave up on screen, it is just not doable with my current skill-set…
...
- removed obsolete redis-server from source detection (redis is at a usuable version in latest ubuntu)
2018-04-02 15:20:52 +09:00
Steve Clement
1f23524dbc
- Small typo and remove absolute pathing due to "cd" in the beginning (not ideal but now good enough)
2018-04-02 14:42:06 +09:00
Steve Clement
03f2da36eb
- After some buggering about, I think this will now finally work
...
- bash -c wants to have positional parmeters, anything else is wrong,
man bash: If the -c option is present, then commands are read from string. If there are arguments after the string, they are assigned to the positional parameters, starting with $0.
2018-04-02 14:13:46 +09:00
Steve Clement
0426b07a58
- Remove set -e, which prevents execution as soon as a process returns an exit code != 0
2018-04-02 13:37:57 +09:00
Steve Clement
721fadba60
- Go to misp-dashboard home directory
...
- Add a more sane bash way of checking for netstat results
2018-04-02 13:32:32 +09:00
Steve Clement
e070b94b4e
- Maybe a fix for a very weird bash behaviour… see: http://pastebin.lu/ovilikesos.bash
2018-04-02 13:10:21 +09:00
Steve Clement
9691536a21
- Remove DASH_HOME legacy…
...
-- Now more dynamic
- Added python venv check
- Removed necessity of activating the the venv
2018-04-02 01:59:08 +09:00
Steve Clement
a3ef669e80
- Added very flaky check if something is running on port 6250
...
-- Mostly added this because the VM builder already launches a redis on port 6250
2018-03-31 19:58:38 +09:00
Steve Clement
0fa71408ae
- Added debug instructions
...
- Fixed redis-server foo (again)
- Added tuneables to start_all.sh
- The screen session now tell you what has been started
2018-01-06 20:51:23 +01:00
Steve Clement
3e3ee79882
- Fixed redis-server detection
2018-01-06 20:30:58 +01:00
Steve Clement
5529d64696
- Added comment on MaxMind DB
...
- Added preliminary checks for redis-server
2018-01-06 12:07:14 +01:00
Sami Mokaddem
92ccd8517e
update: start_all.sh
2017-12-04 14:36:30 +01:00