Skip to content

Commit 7a085cd

Browse files
authored
Update deploy.md
1 parent f9c2472 commit 7a085cd

File tree

1 file changed

+7
-0
lines changed
  • content/learning-paths/servers-and-cloud-computing/mongodb-on-azure

1 file changed

+7
-0
lines changed

content/learning-paths/servers-and-cloud-computing/mongodb-on-azure/deploy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ Start MongoDB manually:
5252
mongod --dbpath /var/lib/mongo --logpath /var/log/mongodb/mongod.log --fork
5353
```
5454

55+
The output from this command should look like:
56+
```output
57+
about to fork child process, waiting until server is ready for connections.
58+
forked process: 3356
59+
child process started successfully, parent exiting
60+
```
61+
5562
6. Install mongosh
5663

5764
**mongosh** is the MongoDB Shell used to interact with your MongoDB server. It provides a modern, user-friendly CLI for running queries and database operations.

0 commit comments

Comments
 (0)