-
Notifications
You must be signed in to change notification settings - Fork 846
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
Auto-site setup all the things #210
Comments
Should we move all the sites in the www directory to use the auto-site setup method? Dog fooding, and all that. 👍 👍 👍 Should we even consider moving some of those sites out into their own repos, allowing VVV to lose a little bloat I think these three work as just enough bloat. It provides a great core development environment with the ability to flip between latest stable, core.svn, and develop.svn on the fly. If we did move them out to their own repos, it would be cool. I would want to continue including them by default through |
One option might be to make e.g. -default, -develop, and -trunk easy switched on (or off) by commenting out a line in one of the setup scripts. I'm talking over my own head here, but I get the impression that's doable. |
+1 for easily switching on/off the My WP dev environment consists of:
The Skeleton framework incorporates Wordpress core as a submodule which lends itself nicely to using git as my deployment engine for the live site, as described here: http://toroid.org/ams/git-website-howto The WP submodule inside WordPress-Skeleton means I don't want the default VVV WP installs. For now I've switched them off by hand by emptying the Just started using VVV today so apologies if this is a noob perspective. |
@markchitty Welcome! :) I think if we get the auto site stuff setup right, we'll be able to make it possible to disable things with small modifications as @tnorthcutt mentioned. At some point we had a flags system that was more trouble than it was worth, so we'll definitely want to try to avoid that. |
See #319 for the implementation of this |
The dream has been realized in #980! 🌮 |
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. |
Should we move all the sites in the
www
directory to use the auto-site setup method? Dog fooding, and all that. Plus it'd give handy built in examples for people.Should we even consider moving some of those sites out into their own repos, allowing VVV to lose a little bloat (so we don't have
wordpress-default
andwordpress-develop
andwordpress-trunk
)?The text was updated successfully, but these errors were encountered: