From 1d3671e6db8cb43fce3f7cc882f6f7e5b69418b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alda=20Vigd=C3=ADs=20Skarph=C3=A9=C3=B0insd=C3=B3ttir?= Date: Sat, 23 Mar 2024 17:30:07 +0100 Subject: [PATCH 1/2] Automatically installing and activating WooCommerce in the development environment --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index b9a5ecf..beab9f3 100644 --- a/compose.yml +++ b/compose.yml @@ -8,7 +8,8 @@ services: ports: - 80:80 environment: - - WP_PLUGIN_ACTIVATE=woocoo + - WP_PLUGIN_INSTALL=woocommerce + - WP_PLUGIN_ACTIVATE=--all mariadb: image: mariadb restart: always From 1d81a00de58552c5fafb2ea7c647a2e438c3c643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alda=20Vigd=C3=ADs=20Skarph=C3=A9=C3=B0insd=C3=B3ttir?= Date: Sat, 23 Mar 2024 18:43:41 +0100 Subject: [PATCH 2/2] Uninstalling the crap plugins that come with WP in the dev environment --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index beab9f3..67ea267 100644 --- a/compose.yml +++ b/compose.yml @@ -8,6 +8,7 @@ services: ports: - 80:80 environment: + - REMOVE_CRAP_PLUGINS=true - WP_PLUGIN_INSTALL=woocommerce - WP_PLUGIN_ACTIVATE=--all mariadb: