Skip to content

Commit bb5ded7

Browse files
schmallisoMichael Paik
authored andcommitted
DOCS-3659: adds tables of supported OS versions
1 parent 660960a commit bb5ded7

File tree

4 files changed

+76
-0
lines changed

4 files changed

+76
-0
lines changed

source/administration/production-notes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ MongoDB distributions are currently available for Mac OS X, Linux,
3636
Windows Server 2008 R2 64bit, Windows 7 (32 bit and 64 bit), Windows
3737
Vista, and Solaris platforms.
3838

39+
For a full list of the recommended operating systems for production
40+
deployments, see: :ref:`supported-production`.
41+
3942
.. include:: /includes/note-minimum-glibc.rst
4043

4144
Concurrency and Storage
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# table structure. all content symbolic.
2+
section: layout
3+
header: [ meta.platforms, meta.mongodb, meta.enterprise ]
4+
rows:
5+
- 1: [ meta.platform1, content.supported, content.unsupported ]
6+
- 2: [ meta.platform2, content.supported, content.unsupported ]
7+
- 3: [ meta.platform3, content.supported, content.supported ]
8+
- 4: [ meta.platform4, content.supported, content.supported ]
9+
- 5: [ meta.platform5, content.supported, content.unsupported ]
10+
- 6: [ meta.platform6, content.supported, content.unsupported ]
11+
- 7: [ meta.platform7, content.supported, content.supported ]
12+
- 8: [ meta.platform8, content.supported, content.supported ]
13+
---
14+
# table metadata, as meta.<key>
15+
section: meta
16+
platforms: ""
17+
mongodb: MongoDB
18+
enterprise: MongoDB Enterprise
19+
20+
platform1: "Mac OSX 10.6+"
21+
platform2: "RedHat / CentOS 5.5+"
22+
platform3: "RedHat / CentOS 5.7+"
23+
platform4: "RedHat / CentOS 7.0+"
24+
platform5: "SmartOS"
25+
platform6: "Solaris 11 / SunOS 5.11 on x86"
26+
platform7: "Ubuntu 14.04"
27+
platform8: "Windows Server 2008 R2"
28+
---
29+
# table content, as content.<key>
30+
section: content
31+
supported: supported
32+
unsupported: ""
33+
...
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# table structure. all content symbolic.
2+
section: layout
3+
header: [ meta.platforms, meta.mongodb, meta.enterprise ]
4+
rows:
5+
- 1: [ meta.platform1, content.supported, content.supported ]
6+
- 2: [ meta.platform2, content.supported, content.supported ]
7+
- 3: [ meta.platform3, content.supported, content.supported ]
8+
- 4: [ meta.platform4, content.supported, content.supported ]
9+
- 5: [ meta.platform5, content.supported, content.supported ]
10+
- 6: [ meta.platform6, content.supported, content.supported ]
11+
---
12+
# table metadata, as meta.<key>
13+
section: meta
14+
platforms: ""
15+
mongodb: MongoDB
16+
enterprise: MongoDB Enterprise
17+
18+
platform1: "Amazon Linux"
19+
platform2: "Debian 7.1"
20+
platform3: "RedHat / CentOS 6.2+"
21+
platform4: "SUSE 11"
22+
platform5: "Ubuntu LTS 12.04+"
23+
platform6: "Windows Server 2012"
24+
---
25+
# table content, as content.<key>
26+
section: content
27+
supported: supported
28+
...

source/installation.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Install MongoDB
1212
MongoDB runs on most platforms and supports both 32-bit and 64-bit
1313
architectures.
1414

15+
.. _supported-production:
16+
17+
Recommended Operating Systems for Production Deployments
18+
--------------------------------------------------------
19+
20+
.. include:: /includes/table/supported-production.rst
21+
22+
Other Supported Operating Systems
23+
---------------------------------
24+
25+
.. include:: /includes/table/supported-other.rst
26+
1527
.. _tutorials-installation:
1628
.. _tutorial-installation:
1729

0 commit comments

Comments
 (0)