Skip to content

Commit

Permalink
added upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Sep 27, 2023
1 parent 7b79c8b commit 78b673a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions install/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ then run the database upgrade script, then restart Apache:
sudo python3 install/upgrade/database_upgrade.py
sudo service apache2 restart

### 7.16.x to 7.17.0
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).

### 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 78b673a

Please sign in to comment.