This is a simple template to set up a local development environment for WordPress development. For the implementation we use the containerization by using Docker.
- Linux
- Docker Engine & Docker Compose (https://docs.docker.com/)
- Make
Ensure Docker is running before using these commands.
- Git clone or download repository
- Open terminal
- Navigate into repository (
cd path/to/repository) make buildto build the imagemake upto start the development containers- Navigate to http://localhost:80 in your browser