Install MongoDB¶
On this page
This section of the manual contains tutorials on installation of MongoDB.
Supported Platforms¶
Changed in version 3.4: MongoDB no longer supports 32-bit x86 platforms.
x86_64¶
| Platform | 3.4 Community & Enterprise | 3.2 Community & Enterprise | 3.0 Community & Enterprise |
|---|---|---|---|
| Amazon Linux 2013.03 and later | ✓ | ✓ | ✓ |
| Debian 7 | ✓ | ✓ | ✓ |
| Debian 8 | ✓ | ✓ | |
| RHEL/CentOS 6.2 and later | ✓ | ✓ | ✓ |
| RHEL/CentOS 7.0 and later | ✓ | ✓ | ✓ |
| SLES 11 | ✓ | ✓ | ✓ |
| SLES 12 | ✓ | ||
| Solaris 11 64-bit | Community only | Community only | Community only |
| Ubuntu 12.04 | ✓ | ✓ | ✓ |
| Ubuntu 14.04 | ✓ | ✓ | ✓ |
| Ubuntu 16.04 | ✓ | ✓ | |
| Windows Server 2008R2 and later | ✓ | ✓ | ✓ |
| Windows Vista and later | ✓ | ✓ | ✓ |
| OS X 10.7 and later | ✓ | ✓ |
ARM64¶
| Platform | 3.4 Community & Enterprise |
|---|---|
| Ubuntu 16.04 | ✓ |
PPC64LE (MongoDB Enterprise Edition)¶
| Platform | 3.4 Enterprise |
|---|---|
| RHEL/CentOS 7.1 | ✓ |
| Ubuntu 16.04 | ✓ |
s390x (MongoDB Enterprise Edition)¶
| Platform | 3.4 Enterprise |
|---|---|
| RHEL/CentOS 7.2 | ✓ |
| SLES 11 | ✓ |
| SLES 12 | ✓ |
| Ubuntu 16.04 | ✓ |
Tutorials¶
MongoDB Community Edition¶
- Install on Linux
- Install MongoDB Community Edition and required dependencies on Linux.
- Install on macOS
- Install MongoDB Community Edition on macOS systems from Homebrew packages or from MongoDB archives.
- Install on Windows
- Install MongoDB Community Edition on Windows systems and optionally start MongoDB as a Windows service.
MongoDB Enterprise¶
- Install on Linux
- Install the official builds of MongoDB Enterprise on Linux-based systems.
- Install on OS X
- Install the official build of MongoDB Enterprise on OS X
- Install on Windows
- Install MongoDB Enterprise on Windows using the
.msiinstaller.
Additional Resources¶
- MongoDB Atlas: A cloud-hosted database service for running, monitoring, and maintaining MongoDB deployments.
- Install MongoDB using MongoDB Cloud Manager
- Create a New MongoDB Deployment with Ops Manager: Ops Manager is an on-premise solution available in MongoDB Enterprise Advanced.
- MongoDB CRUD Operations
- Data Models