Files
DOCKER_wordpress/README.md

25 lines
536 B
Markdown

### to start :
this repo uses submodule fo `env_generator`, so after cloning you need to do :
```
git submodule init
git submodule update
```
or
```
git submodule update --init --recursive
```
### PLUGINS :
- this wordpress container allow you to have a plugins repository outside of
- by default it's in the parent repo :
- parent-repo/
- stuff..
- plugins/
- wordpress_docker/
- stuff..
- you can change its location inside `model.env`
- this plugin repository is a volume, so changes inside of it takes immediat effect