Otto Kekäläinen
Otto Kekäläinen
When users edit posts or create other content while using a HTTPS Domain Alias protected admin area, the urls in default WordPress will have the format 'https://site.example.com/wp-content/uploads/image.png' et cetera. This...
While booting up the latest v20201205.0.0 box, I saw this: ``` ==> wordpress-box: Checking for guest additions in VM... wordpress-box: The guest additions on this VM do not match the...
If one runs `vagrant up` for an existing project after `vagrant box update` was run, one will not be able to access the box anymore due to mismatch in SSH...
This requires extensive testing before merged and rolled out.
XDebug is a bit slow and some users would like to have it disabled by default. However the pretty stack traces it makes is nice. One alternative would be to...
Does currently not work since the Docker image itself is not self-contained enough and still needs `sc` to start it. But some day we could publish `docker` as a native...
Steps for current demo: ``` # Assuming original box name is seravo/wordpress-beta version 0 qemu-img convert -f vmdk -O qcow2 ~/.vagrant.d/boxes/seravo-VAGRANTSLASH-wordpress-beta/0/virtualbox/*.vmdk seravo-wordpress-beta.img /usr/share/doc/vagrant-libvirt/examples/create_box.sh seravo-wordpress-beta.img vagrant box add seravo-wordpress-beta.box --name seravo/wordpress-beta...
Compare our Seravo Vagrant box to the develop branch of the official WordPress Vagrant box: https://github.com/Varying-Vagrant-Vagrants/VVV If there are any developer tools, speed optimizations etc cool things, consider copying them...
Some customers seem to be using [Vagrantmanager](http://vagrantmanager.com/). Our compatibility with it should be tested and noted/documented at Seravo.com/docs
Our project template https://github.com/Seravo/wordpress draws a lot of inspiration from https://github.com/roots/bedrock. Our old wp-palvelu.fi theme was based on https://github.com/roots/sage back in the days. It is now time to check out...