For when you just need a dev site running wordpress develop
This template will allow you to create a WordPress dev environment running wordpress develop using only vvv-custom.yml.
The supported environments are:
- A single site
- A subdomain multisite
- A subdirectory multisite
my-site:
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template-develop
hosts:
- my-site.test
| Setting | Value |
|---|---|
| Domain | my-site.test |
| Site Title | my-site.test |
| DB Name | my-site |
| Site Type | Single |
my-site:
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template-develop
hosts:
- multisite.dev
- site1.multisite.dev
- site2.multisite.dev
custom:
wp_type: subdomain
| Setting | Value |
|---|---|
| Domain | multisite.test |
| Site Title | multisite.test |
| DB Name | my-site |
| Site Type | Subdomain Multisite |
hosts:
- foo.test
- bar.test
- baz.test
Defines the domains and hosts for VVV to listen on. The first domain in this list is your sites primary domain.
custom:
site_title: My Awesome Dev Site
Defines the site title to be set upon installing WordPress.
custom:
wp_type: single
Defines the type of install you are creating. Valid values are:
- single
- subdomain
- subdirectory
custom:
db_name: super_secet_db_name
Defines the DB name for the installation.