All Projects → fschmittlein → WordPress-Distribution

fschmittlein / WordPress-Distribution

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

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to WordPress-Distribution

learn-wp-cli
Getting started with Command Line, WP-CLI and Custom WP-CLI Commands.
Stars: ✭ 38 (+137.5%)
Mutual labels:  wp-cli, wordpress-development
Wplib Box
The Best Local Dev Server for WordPress Developers
Stars: ✭ 204 (+1175%)
Mutual labels:  wp-cli, wordpress-development
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (+62.5%)
Mutual labels:  wp-cli, wordpress-development
dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+412.5%)
Mutual labels:  wp-cli, wordpress-development
Wordup Cli
Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
Stars: ✭ 116 (+625%)
Mutual labels:  wp-cli, wordpress-development
ds-cli
DS-CLI is now a core runtime component of DesktopServer (https://serverpress.com). This project is an ensemble of the latest command line interface tools such as Composer, PHPUnit, WP-CLI, and other cross-platform components that are important to professional WordPress developers.
Stars: ✭ 19 (+18.75%)
Mutual labels:  wp-cli
just-responsive-images
WordPress Plugin to support better responsive images with <picture> tag, backgrounds, retina support etc.
Stars: ✭ 47 (+193.75%)
Mutual labels:  wordpress-development
Trellis
WordPress LEMP stack with PHP 8.0, Composer, WP-CLI and more
Stars: ✭ 2,295 (+14243.75%)
Mutual labels:  wp-cli
Wc Smooth Generator
Smooth product, customer and order generation for WooCommerce
Stars: ✭ 171 (+968.75%)
Mutual labels:  wp-cli
coblocks-theme
WordPress theme for CoBlocks
Stars: ✭ 24 (+50%)
Mutual labels:  wordpress-development
wp-super-cache-cli
A CLI interface for the WP Super Cache plugin
Stars: ✭ 53 (+231.25%)
Mutual labels:  wp-cli
server-command
Launches PHP's built-in web server for a specific WordPress installation.
Stars: ✭ 69 (+331.25%)
Mutual labels:  wp-cli
enveigle
Deceive Ansible to template Trellis .env files to local Bedrock
Stars: ✭ 18 (+12.5%)
Mutual labels:  wordpress-development
Wp Cli Login Command
Log in to WordPress with secure passwordless magic links.
Stars: ✭ 200 (+1150%)
Mutual labels:  wp-cli
barebones
React based WordPress Theme, built with create-react-wptheme. This is a starter theme with just the core WordPress functionality.
Stars: ✭ 35 (+118.75%)
Mutual labels:  wordpress-development
Profile Command
Quickly identify what's slow with WordPress
Stars: ✭ 180 (+1025%)
Mutual labels:  wp-cli
wp-weixin
WordPress WeChat integration
Stars: ✭ 62 (+287.5%)
Mutual labels:  wordpress-development
monsieurpress
A minimal & lightweight WordPress starter theme using gulp
Stars: ✭ 39 (+143.75%)
Mutual labels:  wordpress-development
regolith
A WordPress installation template that's a little bit looser than Bedrock
Stars: ✭ 24 (+50%)
Mutual labels:  wp-cli
ddev-for-typo3-extensions
This repo contains an example DDEV configuration to provide a development environment for a single TYPO3 CMS extension.
Stars: ✭ 22 (+37.5%)
Mutual labels:  ddev

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].