|
Installation examples
Debian with LigHTTPD
- Install required software
$ sudo apt-get install lighttpd php5-cgi unzip
$ cd /etc/lighttpd/conf-enabled
$ sudo ln -s ../conf-available/10-fastcgi.conf .
$ sudo /etc/init.d/lighttpd restart
- Install Music Browser
$ unzip musicbrowser.zip
$ cp -R musicbrowser /var/www
$ chmod a+rx /var/www/musicbrowser
$ chmod a+r /var/www/musicbrowser/*
Music Browser is now available at http://yourhostname/musicbrowser/
- Make your music available
Copy your music to /var/www/musicbrowser/. Optionally, edit /var/www/musicbrowser/index.php to point to your music collection:
'path' => "/home/username/my_music/",
D-Link DNS-323 with fun_plug
More examples
Do you have more installation examples? Please mail me at musicbrowser at henrik dot synth dot no
|