File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -47,22 +47,15 @@ containers:
47
47
```shell
48
48
composer install
49
49
```
50
- 8. Install remaining plugins/themes manually through WPCLI
51
- ```shell
52
- wp plugin install https://github.com/reyhoun/acf-menu-chooser/archive/refs/tags/v1.1.0.zip
53
-
54
- wp theme install https://github.com/creativecommons/vocabulary-theme/archive/refs/tags/v.0.1.0.zip
55
- ```
56
- - **TODO:** migrate as vcs repositories in Composer
57
- 9. Activate all installed plugins
50
+ 8. Activate all installed plugins, excluding `wordfence`
58
51
```shell
59
52
wp plugin activate --all --exclude=wordfence
60
53
```
61
- 10 . Activate installed theme
54
+ 9 . Activate `vocabulary- theme`
62
55
```shell
63
56
wp theme activate vocabulary-theme
64
57
```
65
- 11. Manually activate/configure `wordfence` in the GUI for now.
58
+ 10. Optionally: manually activate/configure `wordfence` in the GUI for now.
66
59
- **TODO:** Script help here
67
60
68
61
[gh-cc-legal-tools-data]: https://github.com/creativecommons/cc-legal-tools-data
You can’t perform that action at this time.
0 commit comments