From 0774a0fa09a3d03b31aa365878ca8bd0d3a995f6 Mon Sep 17 00:00:00 2001 From: uap32-2025-r Date: Fri, 15 Nov 2024 08:48:12 +0100 Subject: [PATCH] Actualiser ap32-test/README.md --- ap32-test/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ap32-test/README.md b/ap32-test/README.md index 2af4eb8..6873d3a 100644 --- a/ap32-test/README.md +++ b/ap32-test/README.md @@ -1,12 +1,10 @@ # SDIS29-2 --- ### **Serveur ap32-test** ---- ### Rôles du serveurs : * **ap32-test** : Serveur web permettant aussi d'effectuer des phases de tests durant le projet avant de l'implémenter sur le serveur **ap32-prod**. ---- ### Exportation des proxy : --- ```` @@ -15,10 +13,8 @@ apt install mariadb-server tomcat10 phpmyadmin zabbix-agent2 qemu-guest-agent wg export http_proxy="http://10.121.38.1:8080/" # Exportation des proxy export https_proxy="http://10.121.38.1:8080/" # Exportation des proxy ```` ---- ### Pour importer la base de données via un fichier .sql : --- - ```` mysql -u root -p create user admin@localhost identified by 'password123*';