slackbuilds_ponce/network/wp-cli/README
B. Watson 91402f493f network/wp-cli: Remove tabs from README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:16 -04:00

11 lines
323 B
Text

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