worked on making map and base all API driven

This commit is contained in:
Pablo Revilla
2025-11-29 19:27:57 -08:00
parent 705b0b79fc
commit 5609d18284
+14
View File
@@ -84,6 +84,20 @@ Samples of currently running instances:
- https://meshview-salzburg.jmt.gr/ (Salzburg / Austria)
---
### Updating from 2.x to 3.x
We are adding the use of Alembic. If using GitHub
Update your codebase by running the pull command
```bash
cd meshview
git pull origin master
```
Install Alembic in your environment
```bash
./env/bin/pip install alembic
```
Start your scripts or services. This process will update your database with the latest schema.
## Installing
### Using Docker (Recommended)