diff options
Diffstat (limited to 'network/wp-cli/README')
-rw-r--r-- | network/wp-cli/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/wp-cli/README b/network/wp-cli/README new file mode 100644 index 0000000000000..2d60038e8c3fd --- /dev/null +++ b/network/wp-cli/README @@ -0,0 +1,13 @@ + +WP-CLI is a set of command-line tools for managing WordPress +installations. + +WP-CLI need phar extension to build and to work + +Enable the phar extension in your php.ini and +disable the readonly setting for the phar extension: + Set phar.readonly to Off + +Also disable open_basedir +because likely to cause errors with wp-cli + |