Created
October 25, 2017 19:46
-
-
Save dainelmawer/cf52f16aa7ea258657510708f0d1731d to your computer and use it in GitHub Desktop.
This file contains 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.dev | |
# 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.dev | |
- build.wordpress-develop.dev | |
# The following commented out site configuration will create a standard WordPress | |
# site in www/example-site/ available at http://my-example-site.dev. | |
multisite: | |
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git | |
hosts: | |
- domain1.dev | |
- domain2.dev | |
- subdomain.domain3.dev | |
- subdomain.domain4.dev | |
- subdomain.domain5.dev | |
- subdomain.domain6.dev | |
- subdomain.domain7.dev | |
custom: | |
wp_type: subdomain | |
msmwf: | |
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git | |
hosts: | |
- msmwf.dev | |
wcct: | |
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git | |
hosts: | |
- wcct.dev | |
# The following commented out site configuration will create a environment useful | |
# for contributions to the WordPress meta team: | |
#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