misp-modules icon indicating copy to clipboard operation
misp-modules copied to clipboard

css is not loading in website

Open amirseyedian opened this issue 1 year ago • 0 comments

Screenshot 2024-12-22 at 01 59 41

The css style is now loading while installing the website.

Steps to reproduce

clone repo and cd into it
poetry install --unstable
poetry run misp-modules
mv website/config.cfg.example website/config.cfg
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 launch.py -i
python3 launch.py -l

Pass the port 7008 to a url with apache and open that url

amirseyedian avatar Dec 21 '24 22:12 amirseyedian