Skip to content

Commit

Permalink
chg: [launch] misp-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCruciani committed May 21, 2024
1 parent 62ce883 commit 18d4347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18d4347

Please sign in to comment.