This repository contains Catalog plugin for the OpenEdX platform.
- Clone this repository in the src folder of your devstack.
- Open a new LMS shell.
- Install the plugin as follows: pip install -e /path/to/your/src/folder/catalog-plugin
- Restart LMS service.
git clone git@github.com:Pearson-Advance/catalog-plugin.git "$(tutor config printroot)/env/build/openedx/requirements/catalog-plugin"
echo "-e ./catalog-plugin" >> "$(tutor config printroot)/env/build/openedx/requirements/private.txt"Then run tutor config save, tutor images build openedx and tutor local launch.
- Run the command
make test && make quality# Or run make validate to run both.
- Run
bump-my-version bump [type of change: e.g: minor] - Verify the version in
catalog_plugin/__init__.pyandpyproject.toml - Update the
CHANGELOG.md
The code in this repository is licensed under version 2.0 of the Apache unless otherwise noted.