Update README.md
This commit is contained in:
parent
b24c17cb46
commit
c499dbe172
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
|
@ -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 && git switch dev-1
|
||||
```
|
||||
4. Run development environment setup
|
||||
```bash
|
||||
chmod +x dev_env_setup.sh && sudo ./dev_env_setup.sh
|
||||
```
|
||||
5. Start developing
|
||||
Loading…
Add table
Add a link
Reference in a new issue