Ludosphère - Test installation PluriBourse - Samedi 19 septembre 2026

De L'effet des faits - les faits défaits

Installation docker : OK

Accès au github :

https://github.com//Manerial/PluriBourserenommage du .env en ludoBourse.env

Mais mysql n'est pas installé ( à ajouter deans les prérequis)

Installation de mysql : https://doc.ubuntu-fr.org/mysql

Création de l'utilisateur ludoBourse

CREATE USER 'nom_utilisateur_choisi'@'localhost' IDENTIFIED WITH mysql_native_password BY 'mot_de_passe_solide';

pour change rplus tard :

ALTER USER 'nom_utilisateur'@'localhost' IDENTIFIED WITH mysql_native_password BY 'mot_de_passe_solide';

edition du .env :

DB_PASSWORD=ludoBourse
MYSQL_ROOT_PASSWORD=ludo38410!
ludosphere@ludosphere-Latitude-E6320:/var/www/html/PluriBourse$ docker compose pull
WARN[0000] The "DB_NAME" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DB_PASSWORD" variable is not set. Defaulting to a blank string. 
WARN[0000] The "MYSQL_ROOT_PASSWORD" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DB_PASSWORD" variable is not set. Defaulting to a blank string. 
WARN[0000] /var/www/html/PluriBourse/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 
[+] pull 32/33
 ✔ Image ghcr.io/manerial/pluribourse-backend:latest  Pulled 70.0s
 ✔ Image ghcr.io/manerial/pluribourse-frontend:latest Pulled 53.1s
 ✔ Image mariadb:11                                   Pulled