Skip to content

Commit

Permalink
Merge pull request #797 from eileenmcnaughton/wmf
Browse files Browse the repository at this point in the history
Update WMF to use new installer
  • Loading branch information
totten committed Jul 27, 2023
2 parents 9637069 + e9ea160 commit 3ce016c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/config/wmff/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ rm -f ${WEB_ROOT}/drupal/sites/default/files/civicrm/templates_c/*.php
## Set site key if requested in Docker environment
[ ! -z "$FR_DOCKER_CIVI_SITE_KEY" ] && CIVI_SITE_KEY=${FR_DOCKER_CIVI_SITE_KEY}

civicrm_install
export CIVICRM_BOOT="Drupal:/${WEB_ROOT}/drupal"

civicrm_install_cv

## Comment out for now
"${WEB_ROOT}/drupal/sites/default/civicrm/extensions/rpow/bin/harvey-dent" --root "${WEB_ROOT}/drupal"
Expand Down

0 comments on commit 3ce016c

Please sign in to comment.