Hemant-Mann / Musik

A Website made for Music lovers
http://playmusic.net
22 stars 12 forks source link
js lastfm lastfm-api php youtube-api youtube-dl youtube-mp3 youtube-video

Musik

A site for Music Lovers

Dependencies

Steps for installation

Follow these steps to configure the repo

git clone https://github.com/Hemant-Mann/Musik
cd Musik
chmod +x init && ./init

Also add virtual host configuration to apache

<VirtualHost *:80>
    ServerAdmin admin@musik.io
    DocumentRoot "/path/to/cloned/repo/"
    ServerName musik.io
    ServerAlias www.musik.io
</VirtualHost>

Add this line to php.ini since there might be some warnings generated by PHP

error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING)