Last active
February 5, 2018 21:13
-
-
Save moorscode/15604d956d23ab0024e1580d9c583979 to your computer and use it in GitHub Desktop.
VVV2 Custom Accptance/Multisite Subdomain/Multisite Subdirectory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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