Commit Graph

13 Commits (813137488cbe3c645059ce8a05dea84c6feb2fcd)

Author SHA1 Message Date
Steven Goossens 813137488c
Update run.sh
sed inline replace should end with /g
2020-11-04 15:34:58 +01:00
Steven Goossens 2b4719806f
Revert "Create the database" 2020-10-21 13:47:56 +02:00
Steven Goossens d7215e65e3
Update run.sh to work with all-in-one MISP 2020-07-08 11:35:53 +02:00
Steven Goossens f90a3c493c
Update run.sh
Do a git pull when it's not the first boot, to ensure we're working on the latest version
2020-07-05 23:14:41 +02:00
Steven Goossens 05cb030a26
Update so reboot pulls the newest code
Added a git pull in case it's not a first boot.
2020-06-01 22:05:32 +02:00
stevengoossensB 2c12d2165e
Add startup of sshd daemon 2020-02-10 21:58:22 +01:00
stevengoossensB 7f31c985e3
Typo fixed 2020-02-07 10:54:48 +01:00
stevengoossensB b4176674fd
Add check whether database exists
Check whether the MISP database exists, if not, create it.
2020-02-07 09:39:51 +01:00
stevengoossensB 94c43c62b8
Update run.sh
Initial connection can't be to specific database, since that doesn't exist yet
2020-02-06 12:49:50 +01:00
Mark Adams 1ac95ce5d6 Make misp.live on by default. This isn't ideal, as it means taking an instance
non-live will make it live again if the container restarts.  That seems
better than the default which is that MISP is non-live on container restart.
Ideally live/non-live would be persisted in the database but that's a change
in MISP.
2020-01-09 10:35:55 -08:00
Sherif Eldeeb 19e37da633
Fix broken web/run.sh
An unmatched double quote in `run.sh` causes (unexpected EOF while looking for matching `"')
removing the double quote fixes this
2019-05-03 12:54:44 +03:00
Philippe b59287e9f6
Update run.sh
Modification of the file database.php to be able to give the possibility to a MISP to connect to a database with another user.
Addition to download the GPG key on the MISP homepage.
2019-01-10 13:22:23 +01:00
Eric Daras 05689c3b0e DB part reworked to use std mysql database creation way, docker-compose simplified 2018-10-17 19:13:22 +02:00