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

Add vagrant autosites #112

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Dec 26, 2015

Varying Vagrant Vagrants when up will provide a few autosites for you, such as a dev environment for core and a normal test environment for core.

However there are a number of other autosite scripts available by now which provide useful extra autosites which can be added to the VVV box, such as the developer reference, a theme review autosite, a plugin development autosite and more.

Also the VVV dashboard is a bit bare with a standard VVV. There are a number of other Dahsboards out there now which work with VVV to provide a better experience.

Added these kind of add-ons in their own section.

@franz-josef-kaiser
Copy link
Member

Happy to merge this one. I just don't get what "auto sites" are?

@jrfnl
Copy link
Contributor Author

jrfnl commented Feb 25, 2016

VVV has a method by which sites can be setup during provisioning, so you can automate site setups within the VVV development environment. There are three elements to VVV's auto site setup:

  • Running a script you provide to do some setup tasks, like loading data, installing WordPress, checking out code from version control, etc
  • Adding a config you provide to VVV's Nginx
  • Allowing you to specify development domains for your site, which can be setup in your host machine and virtual machine /etc/hosts file

With these three elements, you can have VVV setup pretty much any kind of site in a wide variety of ways, whether it's a series of WP CLI commands, a composer.json file, a Git or SVN repo, or pretty much anything else you can think of.

Ref: https://github.com/Varying-Vagrant-Vagrants/VVV/wiki/Auto-site-Setup

Added inline link to the wiki in the descriptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants