Skip to content

Commit 65300ee

Browse files
docs(developer): Update file paths using ddev add-on
1 parent d59271e commit 65300ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ As we use a TLS ready CrowdSec container, you have first to copy some certificat
147147

148148
```bash
149149
cd wp-sources
150-
cp -r .ddev/custom_files/crowdsec/cfssl/* wp-content/plugins/crowdsec/tls
150+
cp -r .ddev/okaeli-add-on/custom_files/crowdsec/cfssl/* wp-content/plugins/crowdsec/tls
151151
```
152152
And we use also a custom PHP script to make some cache test. Thus, you should copy this PHP script too in the root folder:
153153

154154
```bash
155155
cd wp-sources
156-
cp .ddev/custom_files/crowdsec/php/cache-actions.php cache-actions.php
156+
cp .ddev/okaeli-add-on/wordpress/custom_files/crowdsec/php/cache-actions-from-plugin-folder.php cache-actions.php
157157
```
158158

159159

0 commit comments

Comments
 (0)