(created as a final year project for B. Tech)
- Docker and Docker Compose (get it here)
- Clone the repository to your computer.
- Make sure port 80 is free (
sudo lsof -i :80
). - Run
docker-compose up -d
from the cloned repository. - Open http://localhost/ on your browser.
- PHP 5.1+, older versions needs the PDO PECL extension
- MySQL 5.x
- A web server capable of serving PHP scripts
- Import the SQL dump at extras/oes.sql into a database.
- Change the database connection string in includes/db_connect.php.
User: soumik@soumikghosh.com
Password: soumik
An online demo of the system is available at http://stuff.soumikghosh.com/eevaluation.