Skip to content

DOCS-3659: adds tables of supported OS versions #2224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ MongoDB distributions are currently available for Mac OS X, Linux,
Windows Server 2008 R2 64bit, Windows 7 (32 bit and 64 bit), Windows
Vista, and Solaris platforms.

For a full list of the recommended operating systems for production
deployments, see: :ref:`supported-production`.

.. include:: /includes/note-minimum-glibc.rst

Concurrency and Storage
Expand Down
33 changes: 33 additions & 0 deletions source/includes/table-supported-other.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# table structure. all content symbolic.
section: layout
header: [ meta.platforms, meta.mongodb, meta.enterprise ]
rows:
- 1: [ meta.platform1, content.supported, content.unsupported ]
- 2: [ meta.platform2, content.supported, content.unsupported ]
- 3: [ meta.platform3, content.supported, content.supported ]
- 4: [ meta.platform4, content.supported, content.supported ]
- 5: [ meta.platform5, content.supported, content.unsupported ]
- 6: [ meta.platform6, content.supported, content.unsupported ]
- 7: [ meta.platform7, content.supported, content.supported ]
- 8: [ meta.platform8, content.supported, content.supported ]
---
# table metadata, as meta.<key>
section: meta
platforms: ""
mongodb: MongoDB
enterprise: MongoDB Enterprise

platform1: "Mac OSX 10.6+"
platform2: "RedHat / CentOS 5.5+"
platform3: "RedHat / CentOS 5.7+"
platform4: "RedHat / CentOS 7.0+"
platform5: "SmartOS"
platform6: "Solaris 11 / SunOS 5.11 on x86"
platform7: "Ubuntu 14.04"
platform8: "Windows Server 2008 R2"
---
# table content, as content.<key>
section: content
supported: supported
unsupported: ""
...
28 changes: 28 additions & 0 deletions source/includes/table-supported-production.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# table structure. all content symbolic.
section: layout
header: [ meta.platforms, meta.mongodb, meta.enterprise ]
rows:
- 1: [ meta.platform1, content.supported, content.supported ]
- 2: [ meta.platform2, content.supported, content.supported ]
- 3: [ meta.platform3, content.supported, content.supported ]
- 4: [ meta.platform4, content.supported, content.supported ]
- 5: [ meta.platform5, content.supported, content.supported ]
- 6: [ meta.platform6, content.supported, content.supported ]
---
# table metadata, as meta.<key>
section: meta
platforms: ""
mongodb: MongoDB
enterprise: MongoDB Enterprise

platform1: "Amazon Linux"
platform2: "Debian 7.1"
platform3: "RedHat / CentOS 6.2+"
platform4: "SUSE 11"
platform5: "Ubuntu LTS 12.04+"
platform6: "Windows Server 2012"
---
# table content, as content.<key>
section: content
supported: supported
...
12 changes: 12 additions & 0 deletions source/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Install MongoDB
MongoDB runs on most platforms and supports both 32-bit and 64-bit
architectures.

.. _supported-production:

Recommended Operating Systems for Production Deployments
--------------------------------------------------------

.. include:: /includes/table/supported-production.rst

Other Supported Operating Systems
---------------------------------

.. include:: /includes/table/supported-other.rst

.. _tutorials-installation:
.. _tutorial-installation:

Expand Down