i forgor youtube_stuffs.db in web
This commit is contained in:
parent
08973c0191
commit
1b308fed30
|
@ -12,6 +12,7 @@ this isnt perfect takes longer to load the more there is.
|
||||||
- edit upload-web.sh to your server target directory or ssh
|
- edit upload-web.sh to your server target directory or ssh
|
||||||
- run upload-web.sh
|
- run upload-web.sh
|
||||||
- or
|
- or
|
||||||
- copy all the files in web/ytlist and ytlist.html to your webserver
|
- copy web/ytlist and ytlist.html to your webserver
|
||||||
- then copy thumbnails directory to your webserver/ytlist
|
- copy thumbnails directory to your webserver/ytlist/
|
||||||
|
- copy youtube_stuffs.db to webserver/ytlist/
|
||||||
- goto webpage /ytlist.html
|
- goto webpage /ytlist.html
|
||||||
|
|
|
@ -4,3 +4,4 @@ rsync -Ra --progress ./ytlist.html ./ytlist/ serv:~/servers/local_html
|
||||||
|
|
||||||
cd ../
|
cd ../
|
||||||
rsync -Ra --progress ./thumbnails serv:~/servers/local_html/ytlist/
|
rsync -Ra --progress ./thumbnails serv:~/servers/local_html/ytlist/
|
||||||
|
rsync -Ra --progress ./youtube_stuffs.db serv:~/servers/local_html/ytlist/
|
||||||
|
|
Loading…
Reference in New Issue