wordpress
wordpress copied to clipboard
The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
Note directly related to our project template, but still a common issue worth documenting. Many have reported problems with node-sass and the latest NodeJS version. Root cause and its solution...
Getting this to work with an existing network wasn't too hard. `/etc/hosts` mappings get handled properly with this config: ``` ### # Configuration for Vagrant ### name: multisite #production: #...
Similar to #60, composer has started failing on twentytwenty as it includes dotfiles. Output looks like this:  and in test format: ``` # composer install Loading composer repositories with...
See details in #214. Closes #214
There has been some caching related changes in recent WP releases. - [Improvements to Template Loading in WordPress 6.4](https://make.wordpress.org/core/2023/10/17/improvements-to-template-loading-in-wordpress-6-4/) - [Configuring development mode in 6.3](https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/) In short, when developing a...
Well, let's begin with my steps, after some years of hiatus developing sites with the Seravo image :) - git clone'd a site from a Seravo install - Echoed the...
I haven't studied yet much about `.dockerignore` file. But what we do know is that Apple M1 Pros are super slow when starting Docker. Issue could be for example lot's...
Vagrant is developing support for Windows Subsystem for Linux. The WSL support is now in beta and not all regular Vagrant features are supported in the environment. We should find...
Hi, `seravo/wordpress:development` docker image ships with xdebug v3 but configuration (`/etc/php/7.4/fpm/conf.d/20-xdebug.ini`) is still for v2. This fixes remote step debugging in v3: ```bash docker-compose exec --user vagrant wordpress bash sudo...