Docs: Ajout du tutoriel d'installation
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
# Extracteur de formations (PDF to Excel)
|
||||||
|
|
||||||
|
Ce projet permet de transformer un catalogue de formations au format PDF en un fichier Excel via une interface Web simple.
|
||||||
|
|
||||||
|
## Prérequis
|
||||||
|
Pour faire fonctionner cet outil, vous avez seulement besoin de **Docker** et **Docker Compose** installés sur votre machine.
|
||||||
|
|
||||||
|
## Installation rapide
|
||||||
|
|
||||||
|
1. **Cloner le projet** :
|
||||||
|
```bash
|
||||||
|
git clone https://git.lebourg.org/theo/extracteur-pdf.git
|
||||||
|
cd extracteur-pdf
|
||||||
|
2. **Lance l'application**:
|
||||||
|
```bash
|
||||||
|
docker compose up -d --build
|
||||||
|
|
||||||
|
## Utilisation
|
||||||
|
|
||||||
|
Ouvrez votre navigateur sur : http://localhost:5050
|
||||||
Reference in New Issue
Block a user