-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathself-managed-deployments.txt
56 lines (41 loc) · 1.86 KB
/
self-managed-deployments.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.. _self-managed-deployments:
========================
Self-Managed Deployments
========================
.. default-domain:: mongodb
.. facet::
:name: genre
:values: reference
.. meta::
:description: Learn about self-managed MongoDB document database deployments.
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
These documents provide instructions on how to install and administer
a self-managed MongoDB database.
:ref:`Install a Self-Managed Deployment <tutorial-installation>`
Learn how to install a self-managed MongoDB database deployment.
:ref:`Deploy and Manage Self-Managed Replica Sets <deploy-manage-self-managed-replica-sets>`
Learn to deploy and manage replica sets in a self-managed database.
:ref:`Deploy and Manage Self-Managed Sharded Clusters <deploy-manage-self-managed-sharded-clusters>`
Learn to deploy and manage sharded clusters in a self-managed database.
:ref:`Self-Managed Storage <self-managed-storage>`
Learn about managing data in a self-managed MongoDB database.
:ref:`Self-Managed Administration <self-managed-administration>`
Learn about administering a self-managed MongoDB database.
:ref:`Self-Managed Security <self-managed-security>`
Learn about security options for a self-managed MongoDB database.
:ref:`Text Search for Self-Managed Deployments <text-search-on-prem>`
Learn about using text search in a self-managed MongoDB database.
.. toctree::
:titlesonly:
:hidden:
Install </installation>
Deploy & Manage Replica Sets <administration/deploy-manage-self-managed-replica-sets>
Deploy & Manage Sharded Clusters <administration/deploy-manage-self-managed-sharded-clusters>
Storage </core/self-managed-storage>
Administration </administration/self-managed-administration>
Security </core/self-managed-security>
Text Search </core/text-search/on-prem>