Skip to content

Instantly share code, notes, and snippets.

@pixelstorm
Created May 12, 2018 10:27
Show Gist options
  • Save pixelstorm/02ff2f0c99db353ff9183bff93d167cc to your computer and use it in GitHub Desktop.
Save pixelstorm/02ff2f0c99db353ff9183bff93d167cc to your computer and use it in GitHub Desktop.
install wp with cli starter script
wp core download
wp core config --dbname= --dbuser= --dbpass= --dbprefix=
wp core install --url= --title= --admin_user= --admin_password= --admin_email=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment