From fd70739520117e75552116f91d8fa4981309b24f Mon Sep 17 00:00:00 2001 From: Alexander Watzinger Date: Thu, 12 Oct 2023 15:54:29 +0200 Subject: [PATCH] Update upgrade notes --- install/upgrade/upgrade.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/install/upgrade/upgrade.md b/install/upgrade/upgrade.md index 73f5ca431..e4b87156f 100644 --- a/install/upgrade/upgrade.md +++ b/install/upgrade/upgrade.md @@ -20,6 +20,15 @@ then run the database upgrade script, then restart Apache: sudo service apache2 restart ### 7.16.x to 7.17.0 + +#### Configuration + +The configuration was refactored, especially path parameters. You should +compare the instance/production.py with config/default.py in case you made +adaptions to these. The same goes for instance/tests.py in case you are also +using tests. + +#### IIIF For the IIIF implementation new NPM packages are needed: $ cd openatlas/static @@ -27,7 +36,8 @@ For the IIIF implementation new NPM packages are needed: $ pip3 install -e ./ $ ~/.local/bin/calmjs npm --install openatlas -If you want to use IIIF, please read the [instructions](https://redmine.openatlas.eu/projects/uni/wiki/IIIF). +If you want to use IIIF, please read the +[instructions](https://redmine.openatlas.eu/projects/uni/wiki/IIIF). ### 7.16.0 to 7.16.1 A code base update (e.g. with git pull) and a webserver restart is sufficient.