Skip to content

Instantly share code, notes, and snippets.

@earnjam
Created October 25, 2018 00:28
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 earnjam/1b9568d441adfdfef54f709749dc852f to your computer and use it in GitHub Desktop.
Save earnjam/1b9568d441adfdfef54f709749dc852f to your computer and use it in GitHub Desktop.
Custom config for VVV I use for development on the WordPress project
---
sites:
# Development environment pulled from trunk
# Useful for contributing to Wordpress Core
wordpress-develop:
repo: https://github.com/earnjam/custom-site-template-develop.git
nginx_upstream: php71
hosts:
- wordpress-develop.test
# Development environment pulled from trunk
# Useful for contributing to Wordpress Core
wordpress-ms-develop:
repo: https://github.com/earnjam/custom-site-template-develop.git
nginx_upstream: php71
hosts:
- multisite-develop.test
custom:
wp_type: subdirectory
# Development environment for Gutenberg using latest stable WP relase
# Useful for contributing to the Gutenberg plugin https://github.com/wordpress/gutenberg
gutenberg:
repo: https://github.com/earnjam/custom-site-template-gutenberg.git
hosts:
- gutenberg-develop.test
utilities:
core:
- memcached-admin
- opcache-status
- phpmyadmin
- webgrind
- trusted-hosts
- tls-ca
- php56
- php70
- php71
# Custom IP from a subnet reserved for documentation purposes.
# For more information see: https://tools.ietf.org/html/rfc5737
# This helps avoid instances where a VPN hijacks the normal private network
# IP subnets and prevents VVV from working.
vm_config:
memory: 2048
cores: 1
private_network_ip: 192.0.2.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment