We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f94c5 commit 447dca8Copy full SHA for 447dca8
source/includes/steps-configure-local-mode.yaml
@@ -244,6 +244,13 @@ content: |
244
sudo chmod -R 640 <path-to-the-versions-directory>/*.tgz \
245
<path-to-the-versions-directory>/*.zip
246
247
+ c. Change permissions of the `mongodb-releases` root directory.
248
+
249
+ .. code-block:: sh
250
+ :copyable:
251
252
+ chmod 755 mongodb-releases
253
254
If these steps were successful, the resulting list of the
255
:setting:`Versions Directory` should look similar to the following example.
256
This example may not reflect the list of currently supported versions.
0 commit comments