- PHP 8.3+
-
Clone the repository
git clone [email protected]:lunapress/wp-dev-site.git SITE.TEST
-
Install DDEV
-
Rename
.ddev/config.override.yaml.exampleto.ddev/config.override.yaml -
Change in
.ddev/config.override.yamlthename -
Rename
.env.exampleto.env -
Rename
.ddev/docker-compose.mounts.yaml.exampleto.ddev/docker-compose.mounts.yamland write the path mapping with your plugins in the formatlocal:container. -
Install composer dependencies
composer install
-
Launch the website
ddev start
Open .ddev/mutagen/mutagen.yml, remove the #ddev-generated line, add your plugin paths under ignore.paths, then run ddev restart.