ok
This commit is contained in:
12
README.md
12
README.md
@@ -1,12 +1,18 @@
|
||||
### Genera una pagina html con il link aggiornato di streamingcommunity
|
||||
|
||||
Avvia lo script manualmente <br>
|
||||
<code>./update_link.sh</code><br>
|
||||
```
|
||||
./update_link.sh
|
||||
```
|
||||
|
||||
o mettilo in cron <br>
|
||||
<code>0 0 * * * /path/to/update_link.sh</code> <br>
|
||||
```
|
||||
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>
|
||||
<code>sudo chown -R www-data:www-data /path/to/streamingcommunity_directory ; sudo chmod -R 755 /path/to/streamingcommunity_directory</code><br>
|
||||
```
|
||||
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