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
@@ -17,7 +17,7 @@ Practice Enterprise Project for the Thomas More Univercity. We are trying to dev
17
17
2. Move into the Installer directory `cd DormNet/installer`
18
18
3. Run `cargo build --release`
19
19
4. Run `sudo ./target/release/installer`
20
-
5. Paste your MongoDB URI that you can get from MongoDB Compass on the browser
20
+
5. Paste your MongoDB URI that you can get from MongoDB -> Connect -> Connect your Application, it should look like this `mongodb+srv://<db_username>:<db_password>@practice-enterprise.19ref.mongodb.net/?retryWrites=true&w=majority&appName=yourDB` and replace `<db_username>:<db_password>` with your username and password
21
21
6. Wait for the intsallation to finish
22
22
7. Now your DormNet will be accessible throught `http://localhost:3000` and will be running on startup as a systemd service on your Linux Container/VM
0 commit comments