up
This commit is contained in:
parent
8703673cf6
commit
7683d7fdf0
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -225,15 +225,15 @@ sudo systemctl restart apache2.service
|
||||||
|
|
||||||
# ISTRUZIONI ADMIN
|
# ISTRUZIONI ADMIN
|
||||||
|
|
||||||
## Script per cancellare tutti i record della table "markers" più vecchi di 24h (automatico)
|
### Script per cancellare tutti i record della table "markers" più vecchi di 24h (automatico)
|
||||||
|
|
||||||
Si trova in [<code>/var/www/html/leaflet/ruscomap/script/pulisci_vecchio_rusco.sh</code>](script/pulisci_vecchio_rusco.sh)
|
Si trova in [<code>/var/www/html/leaflet/ruscomap/script/pulisci_vecchio_rusco.sh</code>](script/pulisci_vecchio_rusco.sh)
|
||||||
|
|
||||||
### Imposta lo script su cron per essere eseguito ogni 24h
|
#### Imposta lo script su cron per essere eseguito ogni 24h
|
||||||
|
|
||||||
#### Per eseguire tutti i giorni a mezzanotte un script che elimina tutti i marker più vecchi di 24h:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Per eseguire tutti i giorni a mezzanotte lo script che elimina tutti i marker più vecchi di 24h:
|
||||||
|
|
||||||
# Entra in modalità edit su cron:
|
# Entra in modalità edit su cron:
|
||||||
crontab -e
|
crontab -e
|
||||||
|
|
||||||
|
@ -247,19 +247,19 @@ ls -l /var/www/html/leaflet/ruscomap/script/pulisci_vecchio_rusco.sh
|
||||||
chmod +x /var/www/html/leaflet/ruscomap/script/pulisci_vecchio_rusco.sh
|
chmod +x /var/www/html/leaflet/ruscomap/script/pulisci_vecchio_rusco.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Script per cancellare tutti i record della table "markers" più vecchi di 24h (manuale)
|
### Script per cancellare tutti i record della table "markers" più vecchi di 24h (manuale)
|
||||||
|
|
||||||
Si trova in [<code>/var/www/html/leaflet/ruscomap/script/pulisci_manualmente_vecchio_rusco.sh</code>](script/pulisci_manualmente_vecchio_rusco.sh)
|
Si trova in [<code>/var/www/html/leaflet/ruscomap/script/pulisci_manualmente_vecchio_rusco.sh</code>](script/pulisci_manualmente_vecchio_rusco.sh)
|
||||||
|
|
||||||
## Script per aggiornare ruscomap
|
### Script per aggiornare ruscomap
|
||||||
|
|
||||||
Si trova in [<code>/var/www/html/leaflet/ruscomap/script/AggiornaRuscoMap.sh</code>](script/AggiornaRuscoMap.sh)
|
Si trova in [<code>/var/www/html/leaflet/ruscomap/script/AggiornaRuscoMap.sh</code>](script/AggiornaRuscoMap.sh)
|
||||||
|
|
||||||
## Script per cancellare tutti i record della table "markers"
|
### Script per cancellare tutti i record della table "markers"
|
||||||
|
|
||||||
Si trova in [<code>/var/www/html/leaflet/ruscomap/script/delete_rusco.sh</code>](script/delete_rusco.sh)
|
Si trova in [<code>/var/www/html/leaflet/ruscomap/script/delete_rusco.sh</code>](script/delete_rusco.sh)
|
||||||
|
|
||||||
## Cancella un singolo record del db
|
### Cancella un singolo record del db
|
||||||
|
|
||||||
```
|
```
|
||||||
mariadb -u <utente_del_config/default.json> -p
|
mariadb -u <utente_del_config/default.json> -p
|
||||||
|
|
Loading…
Reference in a new issue