You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
-
- Vagrant --> Commande Virtualbox pour lancer une vm
-
- #Initialize a vagrant file (Create a template Vagrantfile)
- vagrant init
-
- # Démarrage de la vm en lisant le Vagrantfile
- vagrant up
-
- # Demarrer une session sur la VM
- vagrant ssh
-
|