Skip to content

Instantly share code, notes, and snippets.

@maxdmyers
Last active February 7, 2018 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxdmyers/bdf8e82da8efdb4a314dcfee5ef4ea5d to your computer and use it in GitHub Desktop.
Save maxdmyers/bdf8e82da8efdb4a314dcfee5ef4ea5d to your computer and use it in GitHub Desktop.
wp-cli boilerplate
wp core download
wp core config --dbname= --dbuser=root
wp core install --url= --title= --admin_user=wordpress --admin_password=wordpress --admin_email=
wp plugin uninstall akismet
wp plugin uninstall hello
wp plugin install https://github.com/wp-premium/advanced-custom-fields-pro/archive/master.zip --activate
wp plugin install https://github.com/andersthorborg/ACF-Image-Crop/archive/master.zip --activate
wp plugin install https://github.com/wp-premium/gravityforms/archive/master.zip --activate
wp plugin install debug-bar --activate
wp plugin install https://github.com/timber/debug-bar-timber/archive/master.zip --activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment