# HG changeset patch # User Christophe Lincoln # Date 1487883544 -3600 # Node ID 1c1fdd9f8385e32c569e1883720d1bc737a2feeb # Parent 7572f9f6a6494d7cedf40fecb94d165a23cc485f Add some devel info to README (thanks Paul for the tiny edit :-) diff -r 7572f9f6a649 -r 1c1fdd9f8385 README --- a/README Thu Feb 23 21:48:35 2017 +0100 +++ b/README Thu Feb 23 21:59:04 2017 +0100 @@ -4,6 +4,7 @@ Light and elegant Media Box using CGI/SHell script and HTML5 technology. What is working right now 20170223: single audio, video, radio + Tested with: lighttpd: ok @@ -12,8 +13,23 @@ TODO: handle playlist with or without javascript ? +Development environment +-------------------------------------------------------------------------------- +Mediabox is coded in CGI/SHell script and should run with Busybox httpd applet +and lighttpd web server. Quick start: + + $ cd ~/Public/cgi-bin + $ hg clone http://hg.slitaz.org/mediabox + $ install -d -m 0777 mediabox/cache + $ cd mediabox + --> If lighttpd runing + $ tazweb --notoolbar http://localhost/~$USER/cgi-bin/mediabox + --> Devel Busybox httpd + $ sudo ./server.sh + + Playlists ---------- +-------------------------------------------------------------------------------- Playlists are stored in user directory: ~./config/mediabox/playlists Existing playlists can be added into MediaBox with the cmdline tool: