ajout dvpt : lAMP + phpmyadmin

This commit is contained in:
“Albert
2023-05-04 11:43:27 +02:00
parent 67340419cb
commit b72b2c2aa5
2 changed files with 107 additions and 0 deletions

25
dvlpt/README.md Normal file
View File

@@ -0,0 +1,25 @@
# dvlpt
**dvlpt** est une VM Debian 11 avec :
* **apache2**
* **php** (7.4)
* **mariadb-server**
* **phpmyadmin**
## Installation
vagrant up
## Utilisation
**Acces SSH** : vagrant ssh
**Acces web** : http://localhost:2080
**Acces phpmyadmin** : http://localhost:2080/phpmyadmin
**Acces ssh ** : ssh root@localhost -p 2022
le 2023-05-04