From c4f5dd56f498de341c06a00e7590c5ac4432d1c5 Mon Sep 17 00:00:00 2001 From: Paul J Stevens Date: Sun, 29 Oct 2023 10:40:57 +0100 Subject: [PATCH] testing upgrade --- Dockerfile | 1 + scripts/upgrade.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3f17355..26b6307 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ COPY --chmod=750 --chown=root:www-data --link scripts/* /usr/local/bin/ COPY wordpress/wp-content/plugins ./wp-content/plugins/ COPY wordpress/wp-content/uploads ./wp-content/uploads/ +RUN ln -sf /usr/src/wordpress /var/www/civi RUN install -d -o www-data /var/www/.cv RUN install -d -o www-data wp-content/uploads/civicrm/ConfigAndLog/ RUN install -d -o www-data wp-content/uploads/civicrm/persist/ diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 1fcbaef..6b3ee52 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -1,3 +1,4 @@ +#!/bin/bash # # werk de genoemde extensies Action Provider en Form Processor bij # verwerk de DB upgrades (je wordt geprompt met een alert rechtsbovenin het venster als je naar Beheer>Systeeminstellingen>Extensies navigeert)