inveniosoftware / training

Invenio v3 Training Material
https://training.readthedocs.io
MIT License
39 stars 45 forks source link

Updated uwsgi python plugin and node versions #110

Closed alejandromumo closed 2 years ago

alejandromumo commented 2 years ago

When setting up the environment for training, dependencies uwsgi-plugin-python and node are currently outdated when installed using script /training/00-prerequisites/bootstrap.sh.

Since the app requires python 3.6+, dependency uwsgi-plugin-python must be upgraded to uwsgi-plugin-python3 in order to be compatible with python 3. Check ubuntu releases and debian for python 2 and python 3

Additionally, node is currently being installed using version 10 while version 14+ is required. This is also mentioned in issue https://github.com/inveniosoftware/training/issues/107

vivankk commented 2 years ago

It is not only node version 14+ but also < 16 (ref #107)