WIP: First Milestone reached #3

Closed
fr4nz wants to merge 71 commits from dev-1 into main
Showing only changes of commit 577ce1c885 - Show all commits

View file

@ -26,9 +26,16 @@ for now everything will be developed and tested on Raspberry Pi 3B and newer act
## Development Setup
1. Flash Raspberry Pi OS lite 64bit
2. Install dependencies:
2. Install git:
```bash
sudo apt install --install-suggests -y nginx python3-meshtastic python3-flask python3-requests
sudo apt install -y git
```
3. Configure `nginx` the way you need | _or use the example config located [here](https://lab.c95.org/fr4nz/LoMeS/src/branch/main/assets/config/nginx/nginx.conf) edit at least lines 9 & 15 - 18 to your needs_
4. Start developing
3. Clone repository
```bash
git clone https://lab.c95.org/fr4nz/LoMeS.git && cd LoMeS && git switch dev-1
```
4. Run development environment setup
```bash
chmod +x dev_env_setup.sh && sudo ./dev_env_setup.sh
```
5. Start developing