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
Copy file name to clipboardExpand all lines: README.rst
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Troubleshooting
97
97
98
98
* If tutor-mfe is not starting the authoring MFE in development mode (eg. `tutor dev start authoring` fails), it may be due to
99
99
using a tutor version that expects the MFE name to be frontend-app-course-authoring (the previous name of this repo). To fix
100
-
this, you can rename the cloned repo directory to frontend-app-course-authoring. More information can be found in
100
+
this, you can rename the cloned repo directory to frontend-app-course-authoring. More information can be found in
101
101
`this forum post <https://discuss.openedx.org/t/repo-rename-frontend-app-course-authoring-frontend-app-authoring/13930/2>`__.
102
102
103
103
@@ -177,8 +177,6 @@ Requirements
177
177
178
178
* ``edx-platform`` Django settings:
179
179
180
-
* ``ZENDESK_*``: necessary if automatic ZenDesk ticket creation is desired
181
-
182
180
* `edx-exams <https://github.com/edx/edx-exams>`_: for this feature to work, the ``edx-exams`` IDA must be deployed and its API accessible by the browser
183
181
184
182
Configuration
@@ -196,7 +194,6 @@ In Studio, a new item ("Proctored Exam Settings") is added to "Other Course Sett
196
194
* Enable proctored exams for the course
197
195
* Allow opting out of proctored exams
198
196
* Select a proctoring provider
199
-
* Enable automatic creation of Zendesk tickets for "suspicious" proctored exam attempts
200
197
201
198
Feature: Advanced Settings
202
199
==========================
@@ -239,7 +236,7 @@ Configuration
239
236
240
237
In additional to the standard settings, the following local configuration items are required:
241
238
242
-
* ``ENABLE_TAGGING_TAXONOMY_PAGES``: must be enabled (which it is by default) in order to actually enable/show the new
239
+
* ``ENABLE_TAGGING_TAXONOMY_PAGES``: must be enabled (which it is by default) in order to actually enable/show the new
243
240
Tagging/Taxonomy functionality.
244
241
245
242
@@ -273,7 +270,7 @@ Troubleshooting
273
270
========================
274
271
275
272
* ``npm ERR! gyp ERR! build error`` while running npm install on Macs with M1 processors: Probably due to a compatibility issue of node-canvas with M1.
276
-
273
+
277
274
Run ``brew install pkg-config pixman cairo pango libpng jpeg giflib librsvg`` before ``npm install`` to get the correct versions of the dependencies.
278
275
If there is still an error, look for "no package [...] found" in the error message and install missing package via brew.
0 commit comments