University coursework. Grade: 98%
Server Requirements
PHP version 7.2 is required.
Set-up
- Ensure that you have Xampp installed running PHP version 7.2
- Create a folder called "games-review" inside the htdocs folder of your xampp directory. E.g. C:\xampp\htdocs\games-review
- Run Apache on port 82.
- Go to http://localhost:82/phpmyadmin
- Create a database called "gamereview"
- Import the file "IMPORT.SQL" found in "games-review\application\SQL"
- The default admin account is called "Lecturer" with the password "Example"
- Site can be accessed from "http://localhost:82/games-review"
Chat-server
To enable, either:
- Run the script "Start server.bat" found in the root directory of the "games-review" folder or found in "games-review\application\scripts"
- Open Node.js command prompt, run the script "Server.js" found in "games-review\application\scripts", .ie. node Server.js