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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,23 @@ Practice Enterprise Project for the Thomas More Univercity. We are trying to dev
3
3
4
4
## Installation
5
5
6
+
# Dependencies
7
+
8
+
- npm
9
+
- nodejs
10
+
- rustc
11
+
- git
12
+
- curl
13
+
6
14
1. Clone the repository `git clone https://github.com/LordWorm1996/DormNet.git`
7
15
2. Move into the Installer directory `cd DormNet/installer`
8
16
3. Run `cargo build --release`
9
17
4. Run `sudo ./target/release/installer`
10
18
5. Paste your MongoDB URI that you can get from MongoDB Compass on the browser
11
19
6. Wait for the intsallation to finish
12
20
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
21
+
22
+
## Troubleshoot
23
+
24
+
- If you're on Debian 12 or older you need to install rustup's latest version from the web because the apt cargo package is outdated `https://rustup.rs/`
0 commit comments