alexc7018 / vvv-site-wizard

Automates setting up new WordPress sites in Varying Vagrant Vagrants
GNU General Public License v2.0
347 stars 47 forks source link

Add multiple sites in one pass #39

Open rtpHarry opened 9 years ago

rtpHarry commented 9 years ago

The last time I used this script I had two sites to scaffold. This time I have 5.

It would be nice if the script could let me tell it all the sites I want before it does the vagrant halt, provision, up cycle.

rtpHarry commented 9 years ago

I found a partial solution to this issue, if you run the script with ./vvv -f then it will create the files only.

Repeat this as many times as you have sites to make except for the last time, where you should run it normally (without the -f).

The final time the script ran the vagrant provision, found all the half completed sites and populated them all at once.

bradp commented 9 years ago

I'd suggest checking out VV. There are a lot of great flags you can use to script setting up multiple sites easily.