FLORALE – français langue orale pour le FLE
4.3K
Constitué de transcriptions orthographiques d’émissions de radios suisses et françaises (documentaires et entretiens), FLORALE – français langue orale pour le FLE – est un corpus de français parlé quotidien pour travailler la compréhension orale en français langue étrangère.
A working Docker installation is mandatory.
Copy and rename the following files:
cp example.env .env
You can replace the values if needed, but the default ones should work for development.
Development: http://127.0.0.1:8283
Production: https://florale.unil.ch
Run the following docker commands from the project root directory.
Build & run all the containers for this project:
docker-compose up -d
(-d if you want to run in the background and silence the logs)
Data for the mysql service is persisted using docker named volumes.
You can see what volumes are currently present with:
docker volume ls
If you want to remove a volume (e.g. to start with a fresh database), you can use the following command:
docker volume rm volume_name
Copy and rename the following files:
cp example.env .env
You should replace all the values where "# Should be updated" is mentionned since the default ones are not safe for production.
Build & run all the containers for this project:
docker compose up -d
Content type
Image
Digest
sha256:493e89458…
Size
282.1 MB
Last updated
27 days ago
docker pull unillett/floralePulls:
151
Last week