mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-28 22:11:36 +02:00
Update README.md
This commit is contained in:
@@ -58,15 +58,15 @@ connection_string = sqlite+aiosqlite:///packets.db
|
||||
```
|
||||
|
||||
## Running Meshview
|
||||
|
||||
``` bash
|
||||
./env/bin/python main.py
|
||||
```
|
||||
Start the database connection.
|
||||
|
||||
``` bash
|
||||
./env/bin/python startdb.py
|
||||
```
|
||||
Start the web server.
|
||||
``` bash
|
||||
./env/bin/python main.py
|
||||
```
|
||||
|
||||
|
||||
Now you can hit http://localhost:8081/ ***(if you did not change the web server port )***
|
||||
|
||||
|
||||
Reference in New Issue
Block a user