app-gn-publicatie 1.4.5

  • #49 display the decision list in its raw format when no js is available (should fix harvesting)

  • #44 Gn 3194 use the agenda title instead of decision title in the extract overview

  • #38 Fix besluitenlijst pagination

  • #39 Sort on proper position

  • #36 Fix scrolling issue and other minor styling issues

deployment guide

  1. set up the maintenance frontend in docker-compose.override.yml (note that this should replace the identifier, as that is the entrypoint in this stack)

  2. optional: create a backup of the database with /data/useful-scripts/virtuoso-backup.sh ${name-of-container}

  3. bring down everything with docker-compose down

  4. bring up just the maintenance frontend with docker-compose up -d maintenance

  5. git fetch && git checkout v1.4.5

  6. start virtuoso and the migrations service docker-compose up -d virtuoso migrations

  7. start the stack docker-compose up -d

  8. remove (comment out) maintenance frontend from docker-compose.override.yml

  9. start the stack docker-compose up -d --remove-orphans(remove orphans removes the maintenance frontend)

  10. verify it's up

Deployments

Last updated