Skip to content

This repository helps you to get a local new and fresh WordPress for everything you want (e.g. Developing, Testing, etc.).

License

Notifications You must be signed in to change notification settings

fschmittlein/WordPress-Distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

What this repository does?

This repository helps you to get a local new and fresh WordPress for everything you want (e.g. Developing, Testing, etc.)

What this repository need?

  1. Docker Desktop (see the System Requirements on ddev)
  2. ddev

Installation and usage

  1. Download and install ddev
  2. Clone the repository for a new project git clone https://github.com/fschmittlein/WordPress-Distribution.git your-project
  3. Run cd your-project
  4. Run ddev start
  5. Run ddev wordpress and wait

Customisations (before ddev wordpress)

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 custom commands in the repository

web container commands

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

About

This repository helps you to get a local new and fresh WordPress for everything you want (e.g. Developing, Testing, etc.).

Topics

Resources

License

Stars

Watchers

Forks

Languages