v1.1 ajout script lancement proxy

This commit is contained in:
jm.dupuy 2024-06-13 11:01:15 +02:00
parent 8f35b3bfaf
commit 78c9636429
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@ folders:
## Création de la VM ## Création de la VM
Depuis la racine du dépôt, lancer l'import de la box et son provisionning avec : `vagrant up` Depuis la racine du dépôt, dans un terminal bash (utiliser Git Bash pour windows), lancer l'import de la box et son provisionning avec : `bash start_VM.sh`
## Création d'un projet Laravel ## Création d'un projet Laravel

4
start_VM.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
export http_proxy=http://10.121.38.1:8080
export https_proxy=http://10.121.38.1:8080
vagrant up