This repository helps you to get a local new and fresh WordPress for everything you want (e.g. Developing, Testing, etc.)
- Docker Desktop (see the System Requirements on ddev)
- ddev
- Download and install ddev
- Clone the repository for a new project
git clone https://github.com/fschmittlein/WordPress-Distribution.git your-project
- Run
cd your-project
- Run
ddev start
- Run
ddev wordpress
and wait
All adjustments must be made in the config.yaml
- Change the language and the version for WordPress
- Change the title for your WordPress
- Change the plugins for your WordPress
- Change the wp-cli packages for your WordPress
ddev wordpress
: Creates a complete WordPress including plugins and wp-cli packages
ddev wp-block-builder
: A foundation for WordPress Gutenberg blocks plugin development that aims to provide clear and concise guide for building your first block plugin.
ddev wp-npm
: After wp-block-builder you can use the wp-npm command for the other npm commands.
ddev wp-env-type
: Get and set the WordPress environment types