1
1
.. _tutorials-installation:
2
2
.. _tutorial-installation:
3
3
4
+ .. This page is hidden from the TOC and search indexing.
5
+
6
+ :orphan:
7
+
8
+ .. meta::
9
+ :robots: noindex, nosnippet
10
+
4
11
===============
5
12
Install MongoDB
6
13
===============
@@ -13,114 +20,12 @@ Install MongoDB
13
20
:depth: 1
14
21
:class: singlecol
15
22
16
-
17
-
18
-
19
-
20
-
21
23
.. include:: /includes/unicode-checkmark.rst
22
24
23
25
.. include:: /includes/unicode-checkmark.rst
24
26
25
- MongoDB is available in two server editions: *Community* and
26
- *Enterprise*.
27
-
28
- .. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server
29
-
30
- .. include:: /includes/fact-atlas-banner.rst
31
-
32
- This section of the manual contains information on installing
33
- MongoDB.
34
-
35
- - For instructions on upgrading your current deployment to MongoDB
36
- {+version+}, see :ref:`{+version+}-upgrade` instead.
37
-
38
- - For instructions on upgrading to the latest patch release for your
39
- current version, see :doc:`/tutorial/upgrade-revision` instead.
40
-
41
- MongoDB Installation Tutorials
42
- ------------------------------
43
-
44
- MongoDB installation tutorials are available for the following
45
- platforms, for both the Community Edition and the
46
- :products:`Enterprise Edition
47
- </mongodb-enterprise-advanced?tck=docs_server>`:
48
-
49
- .. list-table::
50
- :header-rows: 1
51
- :widths: 10 45 45
52
-
53
- * - Platform
54
- - Community Edition
55
- - Enterprise Edition
56
-
57
- * - Linux
58
- - | :doc:`/tutorial/install-mongodb-on-red-hat`
59
- | :doc:`/tutorial/install-mongodb-on-ubuntu`
60
- | :doc:`/tutorial/install-mongodb-on-debian`
61
- | :doc:`/tutorial/install-mongodb-on-suse`
62
- | :doc:`/tutorial/install-mongodb-on-amazon`
63
-
64
- - | :doc:`/tutorial/install-mongodb-enterprise-on-red-hat`
65
- | :doc:`/tutorial/install-mongodb-enterprise-on-ubuntu`
66
- | :doc:`/tutorial/install-mongodb-enterprise-on-debian`
67
- | :doc:`/tutorial/install-mongodb-enterprise-on-suse`
68
- | :doc:`/tutorial/install-mongodb-enterprise-on-amazon`
69
-
70
- * - macOS
71
- - :doc:`/tutorial/install-mongodb-on-os-x`
72
- - :doc:`/tutorial/install-mongodb-enterprise-on-os-x`
73
-
74
- * - Windows
75
- - :doc:`/tutorial/install-mongodb-on-windows`
76
- - :doc:`/tutorial/install-mongodb-enterprise-on-windows`
77
-
78
- * - Docker
79
- -
80
- - :doc:`/tutorial/install-mongodb-enterprise-with-docker`
81
-
82
- .. include:: /includes/unicode-checkmark.rst
83
-
84
- Upgrade Community Edition to Enterprise Edition Tutorials
85
- ---------------------------------------------------------
86
-
87
- .. important::
88
-
89
- .. include:: /includes/extracts/enterprise-upgrade-edition-only.rst
90
-
91
- - :doc:`/tutorial/upgrade-to-enterprise-standalone`
92
- - :doc:`/tutorial/upgrade-to-enterprise-replica-set`
93
- - :doc:`/tutorial/upgrade-to-enterprise-sharded-cluster`
94
-
95
- .. _mongodb-supported-platforms:
96
-
97
- Supported Platforms
98
- -------------------
99
-
100
- .. versionchanged:: 3.4
101
-
102
- MongoDB no longer supports 32-bit x86 platforms.
103
-
104
- .. sharedinclude:: server/platform-support/platform-support.rst
105
-
106
- .. [#oracle-linux]
107
-
108
- MongoDB only supports Oracle Linux running the Red Hat Compatible
109
- Kernel (RHCK). MongoDB does **not** support the Unbreakable
110
- Enterprise Kernel (UEK).
111
-
112
- .. [#RockyAlmaLinux-support-install]
113
-
114
- MongoDB on-premises products released for RHEL version 8.0+ are
115
- compatible with and supported on Rocky Linux version 8.0+ and
116
- AlmaLinux version 8.0+, contingent upon those distributions meeting their
117
- obligation to deliver full RHEL compatibility.
118
-
119
- .. [#SLES12-SP-info]
120
-
121
- MongoDB versions 5.0 and greater are tested against SLES 12 service
122
- pack 5. Earlier versions of MongoDB are tested against SLES 12
123
- with no service pack.
27
+ .. include:: /includes/rapid-release.rst
28
+
124
29
125
30
.. toctree::
126
31
:hidden:
0 commit comments