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*';