up demo links and map controls

This commit is contained in:
Tykayn 2025-09-18 19:27:28 +02:00 committed by tykayn
parent f76bded4e4
commit 8613d218cd
5 changed files with 420 additions and 189 deletions

View file

@ -18,7 +18,7 @@ Ce document explique comment installer et activer le service systemd pour faire
```bash
sudo cp oedb-uwsgi.service /etc/systemd/system/
sudo chmod 644 /etc/systemd/system/oedb-uwsgi.service
sudo chown -R www-data:www-data /home/poule/encrypted/stockage-syncable/www/development/html/oedb-backend
sudo chown -R www-data:www-data /home/poule/encrypted/oedb-backend
sudo systemctl daemon-reload
sudo systemctl enable oedb-uwsgi.service
sudo systemctl start oedb-uwsgi.service