slackbuilds/network/wp-cli
B. Watson 4827930f46
network/wp-cli: Script nitpick.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:37:31 +07:00
..
files
README
slack-desc
wp-cli.SlackBuild
wp-cli.info

README

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