Skip to content

Instantly share code, notes, and snippets.

@moorscode
Last active February 5, 2018 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moorscode/15604d956d23ab0024e1580d9c583979 to your computer and use it in GitHub Desktop.
Save moorscode/15604d956d23ab0024e1580d9c583979 to your computer and use it in GitHub Desktop.
VVV2 Custom Accptance/Multisite Subdomain/Multisite Subdirectory
---
sites:
# The wordpress-default configuration provides a default installation of the
# latest version of WordPress.
wordpress-default:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-default.git
hosts:
- local.wordpress.test
- local.wordpress-home.test
# The wordpress-develop configuration is useful for contributing to WordPress.
wordpress-develop:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-develop.git
hosts:
- src.wordpress-develop.test
- build.wordpress-develop.test
acceptance:
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git
hosts:
- acceptance.test
custom:
site_title: Acceptance Test
wp_version: latest
multisite1:
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git
hosts:
- multisite.test
custom:
wp_type: subdirectory
site_title: Multisite 1 Test
wp_version: latest
multisite2:
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git
hosts:
- subdomain.multisite.test
- site1.subdomain.multisite.test
- site2.subdomain.multisite.test
custom:
wp_type: subdomain
site_title: Multisite 2 Test
wp_version: latest
yoast-acf:
repo: https://github.com/jcomack/yoast-acf-analysis-development.git
hosts:
- acf-content-analysis-for-yoast-seo.test
wordpress-meta-environment:
repo: https://github.com/WordPress/meta-environment.git
utilities:
core:
- memcached-admin
- opcache-status
- phpmyadmin
- webgrind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment