Basic Docker setup for Wordpress (using the nclud Wordpress skeleton).
- Make sure you have docker compose installed. https://docs.docker.com/compose/install/
- Clone this repo
- Run the bash command included in this repo with
bash loaddb.sh- you'll need the DB credentials of whatever db you want to use locally. - Follow the prompts
- Visit localhost:3000
- Rejoice!
The themes, plugins, and sql can be replaced with project specific material.