Skip to content

Commit

Permalink
Remove matomo
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Jun 3, 2024
1 parent 025c93a commit c1e0b56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export
EXTERNAL_SERVICES := etcd watchtower traefik

# The minimal set of docker compose files required to be able to run anything.
REQUIRED_SERVICES ?= activemq alpaca blazegraph cantaloupe crayfish crayfits drupal mariadb matomo solr
REQUIRED_SERVICES ?= activemq alpaca blazegraph cantaloupe crayfish crayfits drupal mariadb solr

ifeq ($(USE_SECRETS), true)
SECRETS := secrets
Expand Down Expand Up @@ -594,14 +594,13 @@ install: drupal-database

.PHONY: update-config-from-environment
## Updates configuration from environment variables.
## Allow all commands to fail as the user may not have all the modules like matomo, etc.
## Allow all commands to fail as the user may not have all the modules.
.SILENT: update-config-from-environment
update-config-from-environment:
-docker compose exec -T drupal with-contenv bash -lc "for_all_sites configure_islandora_module"
-docker compose exec -T drupal with-contenv bash -lc "for_all_sites configure_jwt_module"
-docker compose exec -T drupal with-contenv bash -lc "for_all_sites configure_islandora_default_module"
-docker compose exec -T drupal with-contenv bash -lc "for_all_sites configure_search_api_solr_module"
-docker compose exec -T drupal with-contenv bash -lc "for_all_sites configure_matomo_module"
-docker compose exec -T drupal with-contenv bash -lc "for_all_sites configure_openseadragon"
-docker compose exec -T drupal with-contenv bash -lc "for_all_sites configure_islandora_default_module"

Expand Down

0 comments on commit c1e0b56

Please sign in to comment.