ctxis/CAPE

Something Doesn't Look Right (Web UI)

hackdefendr opened this issue · 4 comments

The web ui doesn't look right to me. Its all text, no graphics.

I am using the systemd startup scripts with CAPE located /opt.

Machinery is KVM, Guest is Windows 10, CAPE version is latest as of today.

image

Screenshot attached.

stop systemd and try to start from web folder with python manager.py runserver 0.0.0.0:8000 and verify if works ,than there is some problems with systemd file

OK that seems to work properly. The web page looks normal.

Could this be a gunicorn issue? That is what the systemd for the web piece is using.

/usr/bin/python /usr/local/bin/gunicorn -b 0.0.0.0:8000 web.wsgi

J

Wait. I just noticed this messgae:

You have 13 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions. Run 'python manage.py migrate' to apply them.

So I ran that migrate command and restarted using systemd. The web ui looks normal now.

cool, if solved, close ;)