File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,28 @@ ref: install-bi-mac
11
11
level : 4
12
12
content : |
13
13
14
- a. Extract the downloaded ``.tar`` archive.
14
+ a. Extract the downloaded ``.zip`` archive. Replace {SOURCE-PATH} with
15
+ the path to the directory where you downloaded the ``.zip``
16
+ archive. Replace {DESTINATION-PATH} with the path to the directory
17
+ where you want to extract the archive.
15
18
16
19
17
20
.. code-block:: sh
18
21
19
- tar -xvzf mongodb-bi-osx-x86_64-{version}.tgz
22
+ unzip {SOURCE-PATH}/ mongodb-bi-osx-x86_64-{version}.zip -d {DESTINATION-PATH}
20
23
21
- b. Install the programs within the ``bin/`` directory into a directory
24
+ b. Change to the ``mongodb-bi-osx-x86_64-{version}`` directory.
25
+ Replace {DESTINATION-PATH} with the path to the directory
26
+ where you extracted the archive in the previous step.
27
+
28
+ .. code-block:: sh
29
+
30
+ cd {DESTINATION-PATH}/mongodb-bi-osx-x86_64-{version}/
31
+
32
+ c. Install the programs within the ``bin/`` directory into a directory
22
33
listed in your system ``PATH``. If a prior version exists,
23
34
overwrite the binaries.
24
35
25
-
26
36
.. code-block:: sh
27
37
28
38
sudo install -m755 bin/mongo* /usr/local/bin/
You can’t perform that action at this time.
0 commit comments