mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-06-01 01:10:02 +02:00
3.6 KiB
3.6 KiB
Wikipedia article comparison tool. This tool allows you to compare the data contained in the infoboxes as well as statistics of 2 different wikipedia articles
[TOC]
Demo
Dependencies
We use docker containers, so it will be necessary to have Docker and Docker compose.
Installation Guides:
Install
Configure logins and passwords in the.env located in the root of the project (PLEASE USE STRONG PASSWORDS):
MYSQL_ROOT_PASSWORD=changeme
MYSQL_USER=radar
MYSQL_PASSWORD=changeme
Building images using docker-compose.yml:
docker-compose build
Launching containers using the docker-compose.yml file:
docker-compose up -d
The site is now available locally on https://localhost:8888
Or at the ip address of your machine https://<your-ip-adresse>:8888