- Notifications
You must be signed in to change notification settings - Fork0
bradp/vvv-wp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a customized site template forVVV.
All you need is the following in yourconfig/config.yml
. Make sure you replacesandbox
with your site name.
sandbox:repo:https://github.com/bradp/vvv-wp.githosts: -sandbox.test
- There aren't any options, you just configure the host and you're off to the races. The host is assumed to be
<site name>.test
, so make sure you use that. - On provisions after the first one, nothing will change on the filesystem. It's up to you to update WordPress, themes, and plugins.
- Credentials will be set as
- username:
admin
- password:
password
- username:
- Cleans up after itself, removing the
.git
folder from this site template and theREADME.md
- File structure set to have a
wp/
folder and acontent/
folder - Sets permalinks to
/%postname
- Creates
wordpress_unit_tests
database if it doesn't exist - Debug & development constants set in
wp-config.php
AUTOMATIC_UPDATER_DISABLED
DISABLE_WP_CRON
WP_DEBUG
WP_SCRIPT_DEBUG
WP_DEBUG_LOG
WP_DEBUG_DISPLAY
WP_DISABLE_FATAL_ERROR_HANDLER
WP_ENVIRONMENT_TYPE
- Installs themes
twentynineteen
twentytwenty
twentytwentyone
(set as active)
- Installs & activates a few development plugins
About
A site provisioner for VVV
Topics
Resources
Stars
Watchers
Forks
Languages
- Shell96.7%
- PHP3.3%