UWaterloo Humans vs. Zombies web system
- Install XAMPP (https://www.apachefriends.org/index.html)
- Clone this repository into the "htdocs" directory in the XAMPP install.
- Renamed the repository directory from HvZ-Website to hvz
- Run XAMPP control panel as administrator
- Open the shell (button on the right)
- Run the query 'pear install http_request2'
- Close the shell and close XAMPP
- Open XAMPP not as an administrator this time.
- Start Apache and MySQL
- Open a browser and navigate to http://localhost/phpmyadmin
- Click the Import tab
- Click "Choose File" and select database_init.sql in the root of this repository
- Once it completes, navigate to localhost/hvz
- Login with the email "test@fakemail.com" and the password "oraclegoose"