Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to exlude sites from loading on vagrant up? #780

Closed
mishterk opened this issue Nov 2, 2015 · 3 comments
Closed

Is it possible to exlude sites from loading on vagrant up? #780

mishterk opened this issue Nov 2, 2015 · 3 comments

Comments

@mishterk
Copy link

mishterk commented Nov 2, 2015

Howdy,

I'm currently using VVV in place of MAMP; i.e. I have one instance that I use to develop a number of client's sites. This is working fine, but the whole process of booting/halting the virtual machine is getting kinda long with the number of sites I have in there; especially the sites with very large databases.

I'm wondering if there is a way I can disable sites that I only work with now and then, so that they don't load up on the vagrant up command?

Cheers,
Phil

@cristovaov
Copy link
Contributor

Hi Phil,
By moving your VVV configuration scripts in a subfolder / site [ex: /Site/vvv-import/], you should be able to disable a site by removing its configuration folder. Keep these configs in a private repo, so that you don't have to worry about deleting them. I have a very basic repo of such a config folder as example.

I would however recommend to keep sites/projects per directory. With #659 you can now more easily comment out from L 773 to 813, some VVV features you don't intend to use and this way speed up provisioning processes of a new Vagrant instance.

Hope this info can be of help ~
-Cris.

@jeremyfelt
Copy link
Member

Noting also that we have #474 open to provide a method for excluding sites. This is something I'd like to see at least minimal support for in the future.

@lock
Copy link

lock bot commented Feb 23, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Feb 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants