Actualiser ap32-test/README.md
This commit is contained in:
parent
f04324f5f6
commit
0774a0fa09
@ -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*';
|
||||
|
Loading…
x
Reference in New Issue
Block a user