Skip to content

Commit

Permalink
Update upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Oct 12, 2023
1 parent a58c97e commit fd70739
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion install/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,24 @@ 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
$ rm package.json
$ 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.
Expand Down

0 comments on commit fd70739

Please sign in to comment.