mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
91402f493f
Signed-off-by: B. Watson <yalhcru@gmail.com>
11 lines
323 B
Text
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
|