Files
2023_WEBSITE_jipf/notes.md
2024-02-04 12:36:51 +01:00

13 lines
312 B
Markdown

### duplicator wordpress
- https://duplicator.com/knowledge-base/classic-install/
- installer.php has two errors :
- delete first blank line
- close last line comment
### commands
- `docker exec -ti <container-name> bash` to run bash inside a running container
- `git submodule update --init --recursive`