Commit Graph

6 Commits (b4176674fd9def4d7d231d4ca8915dba24ff6d09)

Author SHA1 Message Date
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