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
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,24 @@ Follow the instruction on nodejs.org: https://nodejs.org/en/download/package-man
14
14
15
15
### 2. Mongo DB v4.4
16
16
17
-
Follow the procedure described on the following link to install the latest version of Mongodb: https://www.mongodb.com/docs/v4.4/tutorial/install-mongodb-on-ubuntu/
17
+
Follow the procedure described on the following link to install the version 4.4 of Mongodb: https://www.mongodb.com/docs/v4.4/tutorial/install-mongodb-on-ubuntu/
18
+
19
+
For example, the following commands will install MongoDB 4.4 on Ubuntu server 22.04:
20
+
21
+
```bash
22
+
# install libssl1.1
23
+
echo"deb http://security.ubuntu.com/ubuntu focal-security main"| sudo tee /etc/apt/sources.list.d/focal-security.list
0 commit comments