Skip to content

Commit f63f120

Browse files
(DOCSP-22001): Add install docs to v6.0 (#944)
* (DOCSP-22001): First pass at re-adding install docs to 6.0 * update version used in example * tweak * add in-dev notices * replace atlas admonition with in-dev admonition * add in-dev to landing page * add installation to toc * make installation a toc landing page * sync selinux fact * DOCSP-10075 create an SELinux profile * tweaks * add rapid release notes * add rapid release banner * add 6.0 release notes to snooty.toml Co-authored-by: Dave Cuthbert <[email protected]>
1 parent 4362ab9 commit f63f120

File tree

48 files changed

+3917
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3917
-40
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ toc_landing_pages = [
8888
"/crud",
8989
"/geospatial-queries",
9090
"/indexes",
91+
"/installation",
9192
"/introduction",
9293
"/mongo",
9394
"/reference/aggregation",
@@ -166,6 +167,7 @@ toc_landing_pages = [
166167
"/release-notes/5.1",
167168
"/release-notes/5.2",
168169
"/release-notes/5.3",
170+
"/release-notes/6.0",
169171
"/replication",
170172
"/security",
171173
"/sharding",

source/administration/install-community.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Install MongoDB Community Edition
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/in-dev.rst
14-
1513
These documents provide instructions to install MongoDB Community Edition.
1614

1715
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server

source/administration/install-on-linux.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Install MongoDB Community Edition on Linux
44

55
.. default-domain:: mongodb
66

7-
.. include:: /includes/in-dev.rst
8-
97
These documents provide instructions to install MongoDB Community
108
Edition for supported Linux systems.
119

source/administration/production-notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,11 @@ consider the following recommendations:
859859
default MongoDB directory paths or :doc:`ports
860860
</reference/default-mongodb-port>`.
861861

862+
See: :ref:`Configure SELinux for
863+
MongoDB <install-rhel-configure-selinux>` and :ref:`Configure SELinux
864+
for MongoDB Enterprise <install-enterprise-rhel-configure-selinux>`
865+
for the required configuration.
866+
862867
.. include:: /includes/fact-selinux-server-side-js.rst
863868

864869
.. _readahead:

source/administration/upgrade-community-to-enterprise.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Upgrade MongoDB Community to MongoDB Enterprise
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/in-dev.rst
14-
1513
.. include:: /includes/extracts/enterprise-additional-features.rst
1614

1715
The documents in this section provide instructions to upgrade from

source/contents.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ project, this Manual and additional editions of this text.
3232
:hidden:
3333

3434
Introduction </introduction>
35+
Installation </installation>
3536
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
3637
/crud
3738
/aggregation

source/includes/extracts-enterprise.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ content: |
1919
2020
Do not use these instructions to upgrade to another release version.
2121
To upgrade release versions, refer to the appropriate release
22-
upgrade instructions, such as :ref:`Upgrade to MongoDB 5.0
23-
<5.0-upgrade>`.
22+
upgrade instructions, such as :ref:`Upgrade to MongoDB 6.0
23+
<6.0-upgrade>`.
2424
---
2525
ref: enterprise-install-binaries
2626
content: |

source/index.txt

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,22 @@ What is MongoDB?
1111
MongoDB is a document database designed for ease of application
1212
development and scaling.
1313

14-
Run MongoDB with `MongoDB Atlas
15-
<https://www.mongodb.com/cloud?tck=docs_server>`__ fully managed in
16-
the cloud.
14+
Run MongoDB with
1715

18-
.. button:: Get started with MongoDB Atlas
19-
:uri: https://www.mongodb.com/cloud?tck=docs_server
16+
- `MongoDB Atlas
17+
<https://www.mongodb.com/cloud?tck=docs_server>`__ fully managed in
18+
the cloud,
19+
- the source available and free-to-use :doc:`MongoDB
20+
Community </administration/install-community>`, or
21+
- the :doc:`MongoDB Enterprise Advanced
22+
</administration/install-community>` subscription.
2023

21-
.. include:: /includes/rapid-release-short.rst
24+
.. button:: Install MongoDB
25+
:uri: /installation
26+
27+
`Get started with MongoDB Atlas <https://www.mongodb.com/cloud?tck=docs_server>`__
28+
29+
.. include:: /includes/in-dev.rst
2230

2331
.. image:: /images/hero.png
2432
:alt: Homepage hero image
@@ -208,6 +216,7 @@ Explore libraries and tools for MongoDB.
208216
:titlesonly:
209217

210218
Introduction </introduction>
219+
Installation </installation>
211220
MongoDB Shell (mongosh) <https://docs.mongodb.com/mongodb-shell/>
212221
/crud
213222
/aggregation

source/installation.txt

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
.. _tutorials-installation:
22
.. _tutorial-installation:
33

4-
.. This page is hidden from the TOC and search indexing.
5-
6-
:orphan:
7-
8-
.. meta::
9-
:robots: noindex, nosnippet
10-
114
===============
125
Install MongoDB
136
===============
@@ -29,19 +22,18 @@ Install MongoDB
2922

3023
.. include:: /includes/unicode-checkmark.rst
3124

32-
.. include:: /includes/in-dev.rst
33-
3425
MongoDB is available in two server editions: *Community* and
3526
*Enterprise*.
3627

3728
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server
3829

30+
.. include:: /includes/in-dev.rst
31+
3932
This section of the manual contains information on installing
4033
MongoDB.
4134

4235
- For instructions on upgrading your current deployment to MongoDB
43-
{+latest-lts-version+}, see :ref:`{+latest-lts-version+}-upgrade`
44-
instead.
36+
{+version+}, see :ref:`{+version+}-upgrade` instead.
4537

4638
- For instructions on upgrading to the latest patch release for your
4739
current version, see :doc:`/tutorial/upgrade-revision` instead.
@@ -92,7 +84,13 @@ platforms, for both the Community Edition and the
9284
Upgrade Community Edition to Enterprise Edition Tutorials
9385
---------------------------------------------------------
9486

95-
.. include:: /includes/in-dev.rst
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`
9694

9795
.. _mongodb-supported-platforms:
9896

source/introduction.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Introduction to MongoDB
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/fact-mongodb-intro.rst
13+
.. include:: /includes/in-dev.rst
1414

1515
Document Database
1616
-----------------
@@ -128,4 +128,3 @@ third parties to develop storage engines for MongoDB.
128128
/core/document
129129
/query-api
130130
/reference/bson-types
131-

0 commit comments

Comments
 (0)