chg: [launch] misp-modules

pull/666/head
David Cruciani 2024-05-21 10:20:08 +02:00
parent 62ce883a71
commit 18d4347f51
No known key found for this signature in database
GPG Key ID: 8690CDE1E3994B9B
2 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,8 @@ git submodule init && git submodule update ## Initialize misp-objects submodul
python3 app.py -i ## Initialize db
```
Don't forget to install **misp-modules**...
## Config
Edit `config.py`
@ -35,8 +37,6 @@ Edit `config.py`
- `ADMIN_PASSWORD`: Password for Admin user if `ADMIN_USER` is True
Rename `config.cfg.sample` to `config.cfg` then edit it:
- `ADMIN_USER`: If True, config page will not be accessible

View File

@ -11,7 +11,7 @@ function launch {
export FLASKENV="development"
killscript
screen -dmS "misp_mod"
screen -S "misp_mod" -X screen -t "misp_modules_server" bash -c "../env/bin/misp-modules -l 127.0.0.1; read x"
screen -S "misp_mod" -X screen -t "misp_modules_server" bash -c "misp-modules -l 127.0.0.1; read x"
sleep 2
python3 app.py -m
python3 app.py