Skip to content

Instantly share code, notes, and snippets.

@umardx
Last active February 21, 2018 16:23
Show Gist options
  • Save umardx/8efcc24bed2c07f543b486a725ed8e26 to your computer and use it in GitHub Desktop.
Save umardx/8efcc24bed2c07f543b486a725ed8e26 to your computer and use it in GitHub Desktop.

I have the some issue.

When I run the ee site create command I get this:

Running pre-update checks, please wait... Setting up NGINX configuration [Done] Setting up webroot [Done] Downloading WordPress [Fail] Oops Something went wrong !! Calling cleanup actions ... 'ee_mysql_grant_host'

Solution :

run as root:

ee stack remove --wpcli

run as root:

curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
mv wp-cli.phar /usr/local/bin/wp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment