up
This commit is contained in:
13
README.md
13
README.md
@@ -1,18 +1,15 @@
|
|||||||
### Genera una pagina html con il link aggiornato di streamingcommunity
|
### Genera una pagina html con il link aggiornato di streamingcommunity
|
||||||
|
|
||||||
Avvia lo script manualmente <br>
|
|
||||||
```
|
```
|
||||||
|
# Per generare la pagina index.html contente il link giusto
|
||||||
|
# 1. Avvia lo script manualmente
|
||||||
./update_link.sh
|
./update_link.sh
|
||||||
```
|
# 2. o mettilo in cron
|
||||||
|
|
||||||
o mettilo in cron <br>
|
|
||||||
```
|
|
||||||
0 0 * * * /path/to/update_link.sh
|
0 0 * * * /path/to/update_link.sh
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
per generare la pagina <code>index.html</code> contente il link giusto<br>
|
|
||||||
|
|
||||||
Se vuoi pubblicarla sul web, dai i permessi alla cartella contenente lo script<br>
|
|
||||||
```
|
```
|
||||||
|
#Se vuoi pubblicarla sul web, dai i permessi alla cartella contenente lo script:
|
||||||
sudo chown -R www-data:www-data <path_to_streamingcommunity_directory> ; sudo chmod -R 755 <path_to_streamingcommunity_directory>
|
sudo chown -R www-data:www-data <path_to_streamingcommunity_directory> ; sudo chmod -R 755 <path_to_streamingcommunity_directory>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user