Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Last active November 10, 2022 14:51
Show Gist options
  • Save steffen-wirth/03cd81d785fe5dd7f1d0f7177fadb84a to your computer and use it in GitHub Desktop.
Save steffen-wirth/03cd81d785fe5dd7f1d0f7177fadb84a to your computer and use it in GitHub Desktop.
wp core download --locale=de_DE;
wp core install --url=docker.local --title=WP-Start --admin_user=admin --admin_password=wordpress --admin_email=mail --locale=de_DE;
wp plugin install woocommerce --activate;
#create wp-config
wp config create --dbname= --dbuser= --dbhost= --dbprefix=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment