A site for Music Lovers
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)