Information Retrieval Project. Created to complete a college assignment.
1. Clone this repository.
git clone https://github.com/ditdot/irp
OR you can download directly and extract to your web directory.
2. Install Composer then run following command:
php composer.phar install
3. Create mysql database named irp
then import irp.sql
file.
4. Open http://<webserver>/irp/
from your browser.