-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
site.yml
170 lines (144 loc) · 2.79 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# encoding: utf-8
# vim: ft=ruby expandtab shiftwidth=2 tabstop=2
#
# General Settings
#
wp_box: vccw-team/xenial64
#
# Virtual Machine Settings
#
memory: 1024
cpus: 2
#
# Network Settings
#
hostname: 192.168.33.10
ip: 192.168.33.10
#
# WordPress Settings
#
version: latest
lang: en_US
title: Testing the GUI for List Category Posts
multisite: false
rewrite_structure: /archives/%post_id%
#
# WordPress Path
#
wp_siteurl: '' # Path to the WP_SITEURL like "wp"
wp_home: '' # Path to the WP_HOME like "wp"
#
# WordPress User
#
admin_user: admin
admin_pass: admin
admin_email: admin@example.com
#
# WordPress Database
#
db_prefix: wp_
db_host: localhost
db_name: wordpress
db_user: wordpress
db_pass: wordpress
#
# WordPress Default Plugins
# Plugin's slug or url to the plugin's slug.
#
plugins:
- logbook
- list-category-posts
#
# WordPress Default Theme
# Theme's slug or url to the theme's .zip.
#
theme: ''
#
# WordPress Options
#
options:
blogdescription: Happy testing!
#
# WordPress Multisite Options
#
multisite_options: {}
#
# The values of wp-config.php
#
force_ssl_admin: false
wp_debug: true
savequeries: false
gitignore: https://raw.githubusercontent.com/github/gitignore/master/WordPress.gitignore
#
# Addtional PHP code in the wp-config.php
#
extra_wp_config: |
// Addtional PHP code in the wp-config.php
// These lines are inserted by VCCW.
// You can place addtional PHP code here!
#
# Theme unit testing
#
theme_unit_test: true
theme_unit_test_uri: https://raw.githubusercontent.com/WPTRT/theme-unit-test/master/themeunittestdata.wordpress.xml
# theme_unit_test_uri: https://raw.githubusercontent.com/jawordpressorg/theme-test-data-ja/master/wordpress-theme-test-date-ja.xml
#
# DB will be reset when provision
#
reset_db_on_provision: true
#
# RubyGems
# Wordmove will be forcibly installed.
#
ruby_gems:
- bundler
mailcatcher: false
wp_i18n_tools: true
#
# NPM modules
#
npms: []
#
# composer
#
composers:
- phpunit/phpunit:5.6
- squizlabs/php_codesniffer:~2.0
- wp-coding-standards/wpcs:*
# - phpmd/phpmd:*
# - sebastian/phpcpd:*
# - phploc/phploc:*
# - phing/phing:*
#
# wp-cli package commands
#
wp_cli_packages:
- vccw/wp-cli-scaffold-movefile:@stable
#
# Linked Clone for Vagrant v1.8
#
linked_clone: false
#
# Advanced Settings
#
#
# PHP ini values
#
php_ini:
date.timezone: UTC
default_charset: UTF-8
mbstring.language: neutral
mbstring.internal_encoding: UTF-8
post_max_size: 1024M # Same with VVV
short_open_tag: Off
session.save_path: /tmp
upload_max_filesize: 1024M # Same with VVV
xdebug.remote_enable: true
xdebug.remote_host: 127.0.0.1
xdebug.remote_port: 9000
xdebug.profiler_enable: true
xdebug.idekey: VCCWDEBUG
xdebug.remote_connect_back: true
xdebug.remote_autostart: true
synced_folder: wordpress
document_root: /var/www/html/