Dario Duchateau-weinberger a1c6329acd Add README.md
2023-09-27 18:43:11 +02:00

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