Skip to content

Commit 3efdf3d

Browse files
authored
Update README.md
1 parent 8707a82 commit 3efdf3d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,23 @@ Practice Enterprise Project for the Thomas More Univercity. We are trying to dev
33

44
## Installation
55

6+
# Dependencies
7+
8+
- npm
9+
- nodejs
10+
- rustc
11+
- git
12+
- curl
13+
614
1. Clone the repository `git clone https://github.com/LordWorm1996/DormNet.git`
715
2. Move into the Installer directory `cd DormNet/installer`
816
3. Run `cargo build --release`
917
4. Run `sudo ./target/release/installer`
1018
5. Paste your MongoDB URI that you can get from MongoDB Compass on the browser
1119
6. Wait for the intsallation to finish
1220
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/`
25+
- If you're on Arch this issue

0 commit comments

Comments
 (0)