Installation

Sam Chau
2024-06-01 01:35:59 +09:30
commit 4cfdd0ba75

@@ -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.