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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Cloning and Setup
40
40
41
41
2. Use the version of Node specified in the ``.nvmrc`` file.
42
42
43
-
The current version of the micro-frontend build scripts supports node 20.
43
+
The current version of the micro-frontend build scripts supports the version of Node found in ``.nvmrc``.
44
44
Using other major versions of node *may* work, but this is unsupported. For
45
45
convenience, this repository includes an ``.nvmrc`` file to help in setting the
46
46
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
@@ -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
@@ -175,10 +175,6 @@ Feature: New Proctoring Exams View
175
175
Requirements
176
176
------------
177
177
178
-
* ``edx-platform`` Django settings:
179
-
180
-
* ``ZENDESK_*``: necessary if automatic ZenDesk ticket creation is desired
181
-
182
178
* `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
179
184
180
Configuration
@@ -196,7 +192,6 @@ In Studio, a new item ("Proctored Exam Settings") is added to "Other Course Sett
196
192
* Enable proctored exams for the course
197
193
* Allow opting out of proctored exams
198
194
* Select a proctoring provider
199
-
* Enable automatic creation of Zendesk tickets for "suspicious" proctored exam attempts
200
195
201
196
Feature: Advanced Settings
202
197
==========================
@@ -239,7 +234,7 @@ Configuration
239
234
240
235
In additional to the standard settings, the following local configuration items are required:
241
236
242
-
* ``ENABLE_TAGGING_TAXONOMY_PAGES``: must be enabled (which it is by default) in order to actually enable/show the new
237
+
* ``ENABLE_TAGGING_TAXONOMY_PAGES``: must be enabled (which it is by default) in order to actually enable/show the new
243
238
Tagging/Taxonomy functionality.
244
239
245
240
@@ -273,7 +268,7 @@ Troubleshooting
273
268
========================
274
269
275
270
* ``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
-
271
+
277
272
Run ``brew install pkg-config pixman cairo pango libpng jpeg giflib librsvg`` before ``npm install`` to get the correct versions of the dependencies.
278
273
If there is still an error, look for "no package [...] found" in the error message and install missing package via brew.
0 commit comments