Adam
Adam
fas fa-lightbulb vs far fa-lightbulb might be simple enough to implement and show the difference...
There's just a general lack of system dependencies in general too...
There's literally no list of deps bar Python3.8 on the README. You cant get the web app running without npm PostgresSQL uwsgi httpd/nginx Maybe it's worth having a list as...
```shell yum install -y centos-release-scl epel-release yum groupinstall -y "development tools" yum install -y rh-git218 rh-python38-python rh-python38-python-devel rh-python38-python-wheel rh-python38-python-psycopg2 rh-nodejs12-npm rh-postgresql96 rh-postgresql96-postgresql-devel source /opt/rh/rh-git218/enable source /opt/rh/rh-nodejs12/enable source /opt/rh/rh-python38/enable source /opt/rh/rh-postgresql96/enable...
Why not? If someone in the community is willing to provide details? More people run CentOS as a server than Fedora.
CentOS is supported until 2024 and most science sites use CentOS, Fedora only has a lifetime of ~1 year. I get that the current CentOS support model for CentOS 8...
FYI Zoom is deprecating the JWT App Type in favour for SDK/OAUTH. https://developers.zoom.us/docs/guides/build/jwt-app/jwt-faq
What's failed?
It was initially missing some indentation so I added it but the second run I couldn't see the actual error output.
So I understand the need for the scripts to use absolute URLs so they serve correctly if you're using subdirs for fuctions etc settings.py ``` BASE_URL = os.environ.get("MATHICS_DJANGO_URL", None STATIC_URL...