@@ -149,20 +149,17 @@ WordPress|`/` (default)|Vocabulary Theme|[vocabulary-theme][gh-vocab-theme]
149
149
[gh-vocab-theme]: https://github.com/creativecommons/vocabulary-theme
150
150
151
151
152
- ## Configuration
152
+ ## Dev configuration
153
153
154
154
155
- ### Dev
156
-
157
-
158
- #### Apache2
155
+ ### Apache2
159
156
160
157
See [`config/web-sites-available/000-default.conf`][dev-webconfig].
161
158
162
159
[dev-webconfig]: config/web-sites-available/000-default.conf
163
160
164
161
165
- #### WordPress core
162
+ ### WordPress core
166
163
167
164
| Name | Version |
168
165
| --------- | ------- |
@@ -171,7 +168,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
171
168
Also see [`.env.example`](.env.example).
172
169
173
170
174
- #### WordPress plugins
171
+ ### WordPress plugins
175
172
176
173
| Name | Version |
177
174
| -------------------------------------------------------- | -------- |
@@ -194,7 +191,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
194
191
[wp-importer]: https://wordpress.org/plugins/wordpress-importer/
195
192
196
193
197
- #### WordPress themes
194
+ ### WordPress themes
198
195
199
196
| Name | Version |
200
197
| ------------------------------------ | -------- |
@@ -203,7 +200,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
203
200
Also see [`config/composer/composer.json`](config/composer/composer.json).
204
201
205
202
206
- ### Stage
203
+ ## Stage configuration
207
204
208
205
The staging server is configured via Salt managed in the in
209
206
[creativecommons/sre-salt-prime][sre-salt-prime] repository. The list below
@@ -212,20 +209,20 @@ include the specifics (is non-exhaustive):
212
209
- [`3_HST/index/`][salt-hst-index]
213
210
- [`5_HST__POD/index__stage`][salt-hst-pod-index]
214
211
- `states/`
215
- - [`apache2/files/creativecommons_org .conf`][salt-index-conf]
212
+ - [`apache2/files/index .conf`][salt-index-conf]
216
213
- [`wordpress/files/index-composer.json`][salt-index-composer]
217
214
- [`wordpress/index.sls`][salt-wordpress-index]
218
215
219
216
[sre-salt-prime]: https://github.com/creativecommons/sre-salt-prime
220
217
[salt-hst-index]: https://github.com/creativecommons/sre-salt-prime/tree/main/pillars/3_HST/index
221
218
[salt-hst-pod-index]: https://github.com/creativecommons/sre-salt-prime/tree/main/pillars/5_HST__POD/index__stage
222
- [salt-index-conf]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/apache2/files/creativecommons_org .conf
219
+ [salt-index-conf]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/apache2/files/index .conf
223
220
[salt-index-composer]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/wordpress/files/index-composer.json
224
221
[salt-wordpress-index]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/wordpress/index.sls
225
222
226
- ### Prod
223
+ ## Prod configuration
227
224
228
- TODO
225
+ _TODO_
229
226
230
227
231
228
## Copying
0 commit comments