summaryrefslogtreecommitdiffstats
path: root/network/wp-cli/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/wp-cli/README')
-rw-r--r--network/wp-cli/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/wp-cli/README b/network/wp-cli/README
new file mode 100644
index 0000000000..8371a06419
--- /dev/null
+++ b/network/wp-cli/README
@@ -0,0 +1,11 @@
+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