ricxsar
ricxsar
Any update of this?
@whoisandy Do you have any plans maintaining this project. If not, please transfer this to someone else since many of us loves it. This is great and we don't want...
Any update on this. I wanted to know also.
I am also experiencing this issue.
I was able to solve the problem. On the `.phpcs.xml.dist`, comment the `PHPCompatibilityWP` rule ``` ``` On the bitbucket-pipelines.yml, update the database definition similar below: ``` definitions: services: database: image:...
To solve the problem when behind a load balancer, you should introduce a WP-CLI command which activates versionpress similar to the Wordpress Admin Plugin Activation.
@olexiyb I think `Dockerfile` only activates the plugin but not activating the full VersionPress functionality and also I don't want to mount the whole `/var/www/html`, only the VersionPress files like...
@song940 I am able to create a binary file from the `Console adapter`. See below code which I added to create the file: ``` 'use strict'; var fs = require("fs");...