Tutor Deck
This is a plugin for Tutor that provides an administration dashboard and integrates Plugin Marketplace in an Open edX platform.
tutor plugins update tutor plugins install deck tutor plugins enable deck
Run Tutor Deck with:
tutor deck runserver
And access the interface at http://127.0.0.1:3274
Install requirements:
pip install -e .[dev] npm clean-install
Compile SCSS files:
make scss # compile once make scss-watch # compile and watch for changes
Run a development server:
make runserver
Discover and install plugins from plugin marketplace:
Browse your installed plugins:
Enable/Disable plugin:
Change plugin parameters:
Use Developer mode for all tutor CLI commands:
Restart platform via GUI to apply changes:
This Tutor plugin is maintained by Muhammad Labeeb from Edly. Community support is available from the official Open edX forum. Do you need help with this plugin? See the troubleshooting section from the Tutor documentation.
This work is licensed under the terms of the GNU Affero General Public License (AGPL).