aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/README.md5
-rwxr-xr-xweb/upload-web.sh1
2 files changed, 4 insertions, 2 deletions
diff --git a/web/README.md b/web/README.md
index 029d3d7..ebccc01 100644
--- a/web/README.md
+++ b/web/README.md
@@ -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
- run upload-web.sh
- or
- - copy all the files in web/ytlist and ytlist.html to your webserver
- - then copy thumbnails directory to your webserver/ytlist
+ - copy web/ytlist and ytlist.html to your webserver
+ - copy thumbnails directory to your webserver/ytlist/
+ - copy youtube_stuffs.db to webserver/ytlist/
- goto webpage /ytlist.html
diff --git a/web/upload-web.sh b/web/upload-web.sh
index d315475..0bdeb2d 100755
--- a/web/upload-web.sh
+++ b/web/upload-web.sh
@@ -4,3 +4,4 @@ rsync -Ra --progress ./ytlist.html ./ytlist/ serv:~/servers/local_html
cd ../
rsync -Ra --progress ./thumbnails serv:~/servers/local_html/ytlist/
+rsync -Ra --progress ./youtube_stuffs.db serv:~/servers/local_html/ytlist/