|
| 1 | +.. _c2c-install-windows: |
| 2 | + |
| 3 | +================== |
| 4 | +Install on Windows |
| 5 | +================== |
| 6 | + |
| 7 | +.. include:: /includes/preview-warning |
| 8 | + |
| 9 | +.. default-domain:: mongodb |
| 10 | + |
| 11 | +.. contents:: On this page |
| 12 | + :local: |
| 13 | + :backlinks: none |
| 14 | + :depth: 1 |
| 15 | + :class: twocols |
| 16 | + |
| 17 | +.. |arrow| unicode:: U+27A4 |
| 18 | + |
| 19 | +Overview |
| 20 | +-------- |
| 21 | + |
| 22 | +To configure {+c2c-full-product-name+} on Windows using a downloaded |
| 23 | +ZIP file follow the steps on this page. |
| 24 | + |
| 25 | +.. bug in constant parser DOP-3025 |
| 26 | + |
| 27 | +{+c2c-product-name+} Version |
| 28 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 29 | + |
| 30 | +.. include:: /includes/fact-install-past-mongosync.rst |
| 31 | + |
| 32 | +Considerations |
| 33 | +-------------- |
| 34 | + |
| 35 | +Platform Support |
| 36 | +~~~~~~~~~~~~~~~~ |
| 37 | + |
| 38 | +{+c2c-product-name+} is available on the following Windows operating |
| 39 | +systems: |
| 40 | + |
| 41 | +- Windows 10 |
| 42 | +- Windows 11 |
| 43 | + |
| 44 | +Version Requirements |
| 45 | +~~~~~~~~~~~~~~~~~~~~ |
| 46 | + |
| 47 | +.. include:: /includes/fact-mongodb-version.rst |
| 48 | + |
| 49 | +.. bug in constant parser DOP-3025 |
| 50 | + |
| 51 | +Install {+c2c-product-name+} |
| 52 | +------------------------------- |
| 53 | + |
| 54 | +Follow these steps to manually install {+c2c-product-name+} from |
| 55 | +the ZIP file. |
| 56 | + |
| 57 | +.. procedure:: |
| 58 | + :style: normal |
| 59 | + |
| 60 | + .. step:: Download the ZIP file. |
| 61 | + |
| 62 | + Download the {+c2c-product-name+} ZIP file from the MongoDB |
| 63 | + Download Center. |
| 64 | + |
| 65 | + |arrow| {+mdb-download-center+} |
| 66 | + |
| 67 | + a. In the :guilabel:`Version` dropdown, select the version of |
| 68 | + {+c2c-product-name+} to download. |
| 69 | + |
| 70 | + #. In the :guilabel:`Platform` dropdown, select |
| 71 | + :guilabel:`Windows`. |
| 72 | + |
| 73 | + #. In the :guilabel:`Package` dropdown, select |
| 74 | + :guilabel:`zip`. |
| 75 | + |
| 76 | + #. Click :guilabel:`Download`. |
| 77 | + |
| 78 | + .. step:: Extract the files from the downloaded archive. |
| 79 | + |
| 80 | + Windows 10 builds after 17062 include the ``tar.exe`` command. |
| 81 | + To extract ``mongosync``, use the ``tar`` command in a system |
| 82 | + shell: |
| 83 | + |
| 84 | + .. code-block:: bash |
| 85 | + |
| 86 | + tar -xf mongosync-*.zip |
| 87 | + |
| 88 | + .. step:: Ensure the binary is in a directory listed in your ``PATH`` environment variable. |
| 89 | + |
| 90 | + .. include:: /includes/step-update-path-windows.rst |
| 91 | + |
| 92 | +.. bug in constant parser DOP-3025 |
| 93 | + |
| 94 | +Run {+c2c-product-name+} |
| 95 | +--------------------------- |
| 96 | + |
| 97 | +.. include:: /includes/run-c2c.rst |
0 commit comments