Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 546 Bytes

readme.md

File metadata and controls

32 lines (17 loc) · 546 Bytes

Installation sur Windows

Installer Hyper V

Ouvrir PowerShell en tant qu'administateur, et executer :

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Installer Vagrant

Télécharger et installer la dernière version de Vagrant disponible ici, prenant la version AMD64

Utilisation

Démarrer le projet

vagrant up --provider hyperv

Mettre à jour le projet vagrant

vagrant reload