Commit Graph

24 Commits (authImprovements)

Author SHA1 Message Date
mokaddem 3e218cd145 chg: [startup] Wait until redis is ready before starting the zmqs
scripts
2019-08-30 11:39:14 +02:00
Kortho 9d1b488399
added user zmqs back 2019-07-02 11:57:46 +02:00
Kortho 4715f0ec29
removed hard-coded zmq startup
It was hard coded to run as a specific user and a hard coded location of script
2019-07-02 08:43:18 +02:00
mokaddem b06c95c907 Merge branch 'master' of github.com:MISP/misp-dashboard into subzero 2019-06-21 14:39:24 +02:00
Jean-Louis Huynen 1439804d46 chg: create zmqs user + sudoer right for www-data 2019-06-21 12:38:31 +02:00
Steve Clement 33af08b9ee fix: [start_all] Minor mistake/typo. 2019-05-09 08:08:54 +09:00
Steve Clement 041c2697a0 fix: [scl] Somewhy which scl does not work for user apache... 2019-05-08 20:11:31 +09:00
Steve Clement c809e285d6 fix: [scl] Fix for scl based OSs. 2019-05-08 20:07:47 +09:00
Steve Clement 7e98ad19d5 new: [platform] Added cheap check to see if we run under a RedHat flavoured OS. 2019-05-08 20:03:27 +09:00
Jean-Louis Huynen 787edbc301
put 0MQ subscribers into screens 2019-03-06 11:31:00 +01:00
Steve Clement e4951a199f chg: [script] comment set -x for less debug 2018-07-13 15:37:10 +02:00
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