mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-01-26 20:29:14 +01:00
Installation
27
Installing-MongoDB-&-Compass.md
Normal file
27
Installing-MongoDB-&-Compass.md
Normal file
@@ -0,0 +1,27 @@
|
||||
### Installing MongoDB & Compass
|
||||
|
||||
1. **Download MongoDB**:
|
||||
- Go to the [MongoDB Download Center](https://www.mongodb.com/try/download/community).
|
||||
- Select your operating system and download the installer.
|
||||
|
||||
2. **Install MongoDB**:
|
||||
- Follow the installation instructions for your operating system:
|
||||
- **Windows**: Run the installer and follow the prompts.
|
||||
- **macOS**: Follow the [macOS installation instructions](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/).
|
||||
- **Linux**: Follow the [Linux installation instructions](https://docs.mongodb.com/manual/administration/install-on-linux/).
|
||||
|
||||
3. **Start MongoDB**:
|
||||
- **Windows**: MongoDB should start automatically after installation. If not, run `mongod` in the Command Prompt.
|
||||
- **macOS/Linux**: Start the MongoDB service with the command:
|
||||
```bash
|
||||
sudo service mongod start
|
||||
```
|
||||
|
||||
### Installing MongoDB Compass
|
||||
|
||||
1. **Download MongoDB Compass**:
|
||||
- Go to the [MongoDB Compass Download Center](https://www.mongodb.com/products/compass).
|
||||
- Select your operating system and download the installer.
|
||||
|
||||
2. **Install MongoDB Compass**:
|
||||
- Follow the installation instructions for your operating system.
|
||||
Reference in New Issue
Block a user