mediabox rev 7
Add some devel info to README (thanks Paul for the tiny edit :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Feb 23 21:59:04 2017 +0100 (2017-02-23) |
parents | 7572f9f6a649 |
children | 2c076cc8e7cb |
files | README |
line diff
1.1 --- a/README Thu Feb 23 21:48:35 2017 +0100 1.2 +++ b/README Thu Feb 23 21:59:04 2017 +0100 1.3 @@ -4,6 +4,7 @@ 1.4 Light and elegant Media Box using CGI/SHell script and HTML5 technology. 1.5 1.6 What is working right now 20170223: single audio, video, radio 1.7 + 1.8 Tested with: 1.9 1.10 lighttpd: ok 1.11 @@ -12,8 +13,23 @@ 1.12 TODO: handle playlist with or without javascript ? 1.13 1.14 1.15 +Development environment 1.16 +-------------------------------------------------------------------------------- 1.17 +Mediabox is coded in CGI/SHell script and should run with Busybox httpd applet 1.18 +and lighttpd web server. Quick start: 1.19 + 1.20 + $ cd ~/Public/cgi-bin 1.21 + $ hg clone http://hg.slitaz.org/mediabox 1.22 + $ install -d -m 0777 mediabox/cache 1.23 + $ cd mediabox 1.24 + --> If lighttpd runing 1.25 + $ tazweb --notoolbar http://localhost/~$USER/cgi-bin/mediabox 1.26 + --> Devel Busybox httpd 1.27 + $ sudo ./server.sh 1.28 + 1.29 + 1.30 Playlists 1.31 ---------- 1.32 +-------------------------------------------------------------------------------- 1.33 Playlists are stored in user directory: ~./config/mediabox/playlists 1.34 Existing playlists can be added into MediaBox with the cmdline tool: 1.35