Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 776 Bytes

File metadata and controls

39 lines (21 loc) · 776 Bytes

PostgreSQL plugin for Tutor

This plugin provides a PostgreSQL database backend for Tutor.

Installation

pip install git+https://github.com/qasimgulzar/tutor-contrib-postgresql

Usage

First, enable the plugin itself

tutor plugins enable postgresql

Then, we need to build the openedx to bind the necessary postgresql packages and libraries into the image

tutor images build openedx

Finally, launch the platform to initialize the database with the services.

tutor local launch

License

This software is licensed under the terms of the AGPLv3.