Skip to content

Commit 7e540c0

Browse files
authored
Update README.md
1 parent 06864f2 commit 7e540c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Practice Enterprise Project for the Thomas More Univercity. We are trying to dev
1717
2. Move into the Installer directory `cd DormNet/installer`
1818
3. Run `cargo build --release`
1919
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
2121
6. Wait for the intsallation to finish
2222
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
2323

0 commit comments

Comments
 (0)