Website for the Pizza My Mind event hosted by the Physics, Computer Science, and Engineering department at CNU.
Steps for resetting server with the current git repo in case it resets again:
- Login to server
- Login to root with "sudo su -"
- Navigate to ~/opt/pmm
- If no local git repo: a. init local repo and add . b. config user.name and user.email c. remote add origin this url
- If local git repo: a. check config for user.name and user.email b. check remote url
- fetch --all
- reset --hard origin/master ---Also check the apache server config files to make sure the server is finding the django application