It would be very nice if this plugin can be installed and enabled (scripted) with cli tools and an SSH connection.
We installed the plugin from the command-line with wp-cli and activated it. So far all works. But then enabling it from wp-admin using a local FTP server is a blocker.
What we tried so far is moving the object-cache.php to the wp-content directory and manually edit wp-config.php to define the constants. That does not work.
Would be very happy with some directions.
]]>To enable the cache, just copy the object-cache.php
from /redis-cache/includes/
to /wp-content/
.
If you need to, adjust the constants in your wp-config.php
.
It did not work right away because bedrock and former roots use a customized folder layout. In this case WordPress has it’s own (wp) directory within the webroot and object-cache.php ends up in the webroot together with wp-config.php.
]]>