File tree 3 files changed +575
-5
lines changed
3 files changed +575
-5
lines changed Original file line number Diff line number Diff line change 1
1
# WordPress variables
2
- WP_VERSION = 6.3.1
2
+ WP_VERSION = 6.3
3
3
4
4
# Setup WordPress variables
5
5
WP_ADMIN_EMAIL =
Original file line number Diff line number Diff line change @@ -101,8 +101,17 @@ containers:
101
101
```shell
102
102
./setup-wordpress.sh
103
103
```
104
- 7. Optionally: manually activate/configure `wordfence` in the GUI for now.
105
- - **TODO:** automate in script
104
+ 7. _Optional (CC staff only):_ import production data
105
+ 1. Ensure you have access to the production server and your local machine
106
+ is properly configured to access it
107
+ 2. Pull production data
108
+ ```shell
109
+ ./staff_migrate.sh pull
110
+ ```
111
+ 3. Import production data
112
+ ```shell
113
+ ./staff_migrate.sh import
114
+ ```
106
115
107
116
108
117
## Path URLs
@@ -156,7 +165,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
156
165
157
166
| Name | Version |
158
167
| --------- | ------- |
159
- | WordPress | `6.3.1 ` |
168
+ | WordPress | `6.3` |
160
169
161
170
Also see [`.env.example`](.env.example).
162
171
@@ -192,7 +201,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
192
201
193
202
| Name | Version |
194
203
| ------------------------------------ | -------- |
195
- | [Vocabulary Theme][gh-vocab-theme] | `1.1` |
204
+ | [Vocabulary Theme][gh-vocab-theme] | `1.1` |
196
205
197
206
Also see [`config/composer/composer.json`](config/composer/composer.json).
198
207
You can’t perform that action at this time.
0 commit comments