/RadioHub

Primary LanguagePHPMIT LicenseMIT

RadioHub

    1. clone this repo to your local
    1. cd RadioHub/public_html
    1. php -S localhost:8000

Making Changes and Deploy on Cpanel

    1. git commit
    1. git push
    1. ssh netid@web.engr.illinois.edu
    1. sudo -i -u csproject
    1. cd RadioHub
    1. git pull
    1. cd ../
    1. cp -r RadioHub/public_html ./
    1. chmod -R 755 public_html/