Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.54k stars 848 forks source link

Download provisioner #2517

Open tomjn opened 3 years ago

tomjn commented 3 years ago

Currently each site provisioner clones the template, each utility has a dedicated provisioner for cloning, the dashboard has its own provisioner for cloning.

What if one provisioner did them all and ran it in parallel? That way downloading stuff can happen before installing/provisioning stuff

tomjn commented 3 years ago

The bonus is it could run immediatley after the first provisioner once git is installed