/radiohub_rec

Primary LanguagePHPMIT LicenseMIT

RadioHub

  • Make a pull request of this repository.
  • Then set up apache server by using the following command.
    1. sudo su
    1. cd /etc/apache2/
    1. cp httpd.conf httpd.conf.bak //make a copy of old configuration
    1. vim httpd.conf
    1. uncomment LoadModule php5_module libexec/apache2/libphp5.so by removing "#"
    1. change Listen [port] to port you want.
    1. change DocumentRoot to the local path of this directory's public html folder.
    1. apachectl start
    1. go to localhost:[port] in browser.
    1. replace public_html folder on cpanel with the latest one in your local.