You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ follow the instructions to get node in your local machine
27
27
install mongoDb from the official website `https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/` and follow the guide to get the final release `MongoDB 4.4`.
28
28
29
29
**note** : _if an error occur when you try to open the mongodb console with the command `mongo` check if the `mongod.service` is in active state with the command `sudo systemctl status mongod.service`_ , you can activate the `mongod.service` with the command `sudo systemctl start mongod.service`,
30
-
if you want to activate `mongod.service` automatically on startup of ubuntu use the following comands:
30
+
if you want to activate `mongod.service` automatically on startup of ubuntu use the following commands:
31
31
`sudo systemctl enable mongod.service` then `sudo systemctl start mongod.service`.
0 commit comments