OpenCloudPlayer Wiki
Status: Beta
Brought to you by:
steohan
On one Hand this is a guide to install OpenCloudPlayer, on the other hand it's a list of things I have to implement for an installer.
requirements:
web server (PHP, mySQL)
GIT
lame, vorbis-tools (Optional for recompiling audio files - there is no setting for disabling so not installing may result in errors)
get code:
git clone git://git.code.sf.net/p/opencloudplayer/code master
configuration:
cp config_default.php config.php
change values in config.php
initializing:
run server/install/index.php and server/install/scan.php
set server/temp/ writable for php (chown www-data:www-data server/temp/ or chmod o+w server/temp/)
create user in database
insert into user(name,password) values ('name',md5('password'));
Listen to the music!