edx-enterprise icon indicating copy to clipboard operation
edx-enterprise copied to clipboard

Not able to install with tutor please guide

Open manojkumarhr opened this issue 3 years ago • 1 comments

i am not able to install with tutor please guide me how to install this i want to install custom images with Tutor

manojkumarhr avatar May 25 '22 14:05 manojkumarhr

The edx-platform ships with edx-enterprise as a requirement seen https://github.com/openedx/edx-platform/blob/master/requirements/constraints.txt#L45 Tutor automatically mounts edx-enterprise https://github.com/overhangio/tutor/blob/3f45344d4aa027e4f070fde70c4a9919f367cf3a/tutor/plugins/openedx.py#L109

Neither one fully activates the enterprise feature set as best as I can determine. Dicey-Tech made a plugin that activates some of the feature set https://github.com/Dicey-Tech/tutor-contrib-enterprise

I forked it recently and have been trying to get it updated to support newer version of tutor and ensure the features are enabled and properly work.

csmith-tcs avatar Dec 15 '25 15:12 csmith-tcs