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
There seem to be a problem with the latest vagrant box. Steps to reproduce: 1. Clone the latest from the repo & use the latest vagrant box `20201205.0.0` 2. Use...
This phenomenon was noticed today while looking into why the new Vagrant box with VirtualBox 6.x seems so sluggish: Command that reads files in data mount is slow: ``` DEVELOPMENT...
In newer box versions, moving to `/data/wordpress/` and further (via `cd`) a neat git status is triggered like so: ``` DEVELOPMENT [@sitename:/data/wordpress] master(+657/-422)+* ± ``` In most cases this is...
When using a Mac with the M1 chip, virtualbox is not an option. VVV (beta-)supports Parallels for that. However, Seravo's box does not seem to support Parallels: ``` The box...
There are some documentation how to get Docker up and running in `docker-compose.yml` file. But here is a summary what steps have we done to make Docker work. Maybe using...
wp-pull-production fails because of memory_limit even if memory_limit would be set higher in php.ini
Looks like wp-pull-production-db gets only 1024MB memory, even if memory limit would bet set higher from php.ini ``` DEVELOPMENT [@alvarpet:~] $ wp-pull-production-db Saving backup of current development database in /data/db/pre-production-pull-backup.sql......
I noticed that `composer.lock` was recently automatically ignored from the version control https://github.com/Seravo/wordpress/commit/f954bdd4e6b3ed77568a65a808f9400ae6a4f8d0 I have read the commit notes and agree that the file has many issues as updates in...
Git hook checking and certificate generation is now done in docker bootstrap so these steps are no longer needed in Vagrant file.
When I try to execute vagrant up, vagrant halt or any other command on project directory I get this error message: Vagrant failed to initialize at a very early stage:...
At the moment wp-fix-languages only installs language packs for the current active site language (set in General Settings). It does not install language packs for plugins and themes for all...