PostgreSQL plugin for Tutor
This plugin provides a PostgreSQL database backend for Tutor.
pip install git+https://github.com/qasimgulzar/tutor-contrib-postgresqlFirst, enable the plugin itself
tutor plugins enable postgresqlThen, we need to build the openedx to bind the necessary postgresql packages and libraries into the image
tutor images build openedxFinally, launch the platform to initialize the database with the services.
tutor local launchThis software is licensed under the terms of the AGPLv3.