@@ -6,5 +6,97 @@ Install on Linux
66
77.. default-domain:: mongodb
88
9- Linux install pages
9+ .. contents:: On this page
10+ :local:
11+ :backlinks: none
12+ :depth: 1
13+ :class: twocols
1014
15+ .. |arrow| unicode:: U+27A4
16+ .. |executable-name| replace:: ``mongosync``
17+ .. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__
18+
19+ Overview
20+ --------
21+
22+ Use this tutorial to manually install {+c2c-full-product-name+}
23+ {+version+} on Linux using a downloaded ``.tgz`` tarball.
24+
25+ {+c2c-product-name+} is available on select platforms.
26+
27+ .. bug in constant parser DOP-3025
28+
29+ {+c2c-product-name+} Version
30+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31+
32+ .. include:: /includes/fact-install-past-mongosync.rst
33+
34+ Considerations
35+ --------------
36+
37+ Consider the following when running {+c2c-full-product-name+} on Linux:
38+
39+ Platform Support
40+ ~~~~~~~~~~~~~~~~
41+
42+ {+c2c-product-name+} is available on the following Linux operating
43+ systems:
44+
45+ - Red Hat Enterprise Linux (RHEL) 7
46+ - Red Hat Enterprise Linux (RHEL) 8
47+ - Ubuntu 18.04
48+ - Ubuntu 20.04
49+
50+ Version Requirements
51+ ~~~~~~~~~~~~~~~~~~~~
52+
53+ .. include:: /includes/fact-mongodb-version.rst
54+
55+ .. bug in constant parser DOP-3025
56+
57+ Install {+c2c-product-name+}
58+ -------------------------------
59+
60+ Follow these steps to manually install {+c2c-product-name+} from
61+ the ``.tgz``.
62+
63+ .. procedure::
64+ :style: normal
65+
66+ .. step:: Download the tarball.
67+
68+ Download the {+c2c-product-name+} ``.tgz`` tarball from the
69+ following link:
70+
71+ |arrow| |mdb-download-link|
72+
73+ a. In the :guilabel:`Version` dropdown, select the version of
74+ {+c2c-product-name+} to download.
75+
76+ #. In the :guilabel:`Platform` dropdown, select
77+ :guilabel:`Linux`.
78+
79+ #. In the :guilabel:`Package` dropdown, select
80+ :guilabel:`shell (tgz)`.
81+
82+ #. Click :guilabel:`Download`.
83+
84+ .. step:: Extract the files from the downloaded archive.
85+
86+ To extract ``mongosync``, use the ``tar`` command in a system
87+ shell:
88+
89+ .. code-block:: bash
90+
91+ tar -zxvf mongosync-*.tgz
92+
93+ .. step:: Ensure the binary is in a directory listed in your ``PATH`` environment variable.
94+
95+ .. include:: /includes/step-update-path.rst
96+
97+ .. bug in constant parser DOP-3025
98+
99+ Run {+c2c-product-name+}
100+ ---------------------------
101+
102+ .. include:: /includes/run-c2c.rst
0 commit comments