You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,10 +28,18 @@ The ``edx-platform`` branch/tag you're using must include one of the below commi
20
28
21
29
Version Compatibility
22
30
---------------------
23
-
**For "Nutmeg" or more recent release of edX platform**
24
31
25
-
Use ``0.2.4`` or a above version of this plugin
32
+
**For "Sumac" or more recent release of edX platform**
26
33
34
+
Use ``0.4.0`` or a above version of this plugin
35
+
36
+
**For "Quince" to "Redwood" release of edX platform**
37
+
38
+
Use ``0.3.0`` or a above version of this plugin
39
+
40
+
**For "Nutmeg" to "Palm" release of edX platform**
41
+
42
+
Use ``0.2.4`` or a above version of this plugin
27
43
28
44
**For releases prior to "Nutmeg"**
29
45
@@ -49,8 +65,8 @@ You can install this plugin into any Open edX instance by using any of the follo
49
65
Follow these steps in a terminal on your machine:
50
66
51
67
1. Navigate to ``open-edx-plugins`` directory
52
-
2. If you haven't done so already, run ``./pants build``
53
-
3. Run ``./pants package ::``. This will create a "dist" directory inside "open-edx-plugins" directory with ".whl" & ".tar.gz" format packages for all the "ol_openedx_*" plugins in "open-edx-plugins/src")
68
+
2. If you haven't done so already, run ``pants build``
69
+
3. Run ``pants package ::``. This will create a "dist" directory inside "open-edx-plugins" directory with ".whl" & ".tar.gz" format packages for all the "ol_openedx_*" plugins in "open-edx-plugins/src")
54
70
4. Move/copy any of the ".whl" or ".tar.gz" files for this plugin that were generated in the above step to the machine/container running Open edX (NOTE: If running devstack via Docker, you can use ``docker cp`` to copy these files into your LMS container)
55
71
5. Run a shell in the machine/container running Open edX, and install this plugin using pip
56
72
@@ -71,7 +87,8 @@ Add the following configuration values to the config file in Open edX. For any r
71
87
72
88
1) Open your course in Studio.
73
89
2) Navigate to "Advanced Settings".
74
-
3) Add a ``canvas_course_id`` value. This should be the id of a course that exists on Canvas. (NOTE: Canvas tab would only be visible if this value is set)
90
+
3) Enable other course settings by enabling ``ENABLE_OTHER_COURSE_SETTINGS`` feature flag in CMS
91
+
4) Open course advanced settings in Open edX CMS, Add a dictionary in ``{"canvas_id": <canvas_course_id>}``. The ``canvas_course_id`` should be the id of a course that exists on Canvas. (NOTE: Canvas tab would only be visible if this value is set)
0 commit comments